.jumbotron{
	background: url(../img/bannerenter.jpg) bottom center no-repeat;
	background-attachment: fixed;
	color:#FFF;
}
.jumbotron h1{
	background-color: #000;
	opacity: 0.8;
	padding:20px;
}
.jumbotron p{
	background-color: #fff;
	opacity: 0.8;
	color:#000;
	padding:20px;
}
.navbar-brand{
	color:orange !important;
}
.aviso{
	padding: 15px;
}
h2{
	color:orange !important;
}
.listatran{
	margin-bottom: 10px;
	padding: 10px;
}
.minpad{
	padding:5px;
}
.checkstat{
	padding:10px 10px 10px 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.divlistarelato{
	height:auto;
	max-height:500px;
	overflow:auto;
}
.carterinha{
	background: #666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#FFF;
}
.carterinha h3{
	color:orange;
	margin:10px 0 0 0;
}
.carterinha h1{
	color:white;
	margin:10px 0;
}
.carterinha .card{
	font-size: 70px;
	margin-top:10px;
}