.navbar-default {
    background-color: #F1F1F1;
    padding-top: 14px;
    padding-bottom: 14px;
}
.navbar-static-top {
  margin-bottom: 19px;
}

.navbar-brand {
	float: none;
}

.jumbotron p{
	font-size: 12px;
}

.jumbotron h1{
	float: left;
	margin: 10px 244px 0 0;
}

img {display: block;
max-width: 100%;
height: auto;
}
.rank {
	color: #FFFFFF;
	margin-top: 10px;
    padding: 6px;
	text-align: center;
	background-color: #2B9CD6;
}

.rank a{
	color: #FFFFFF;
}

.rank a:hover{
	text-decoration: underline;
}
.questoes{
	padding: 0;
	margin-top: 30px;
}

.questoes .questao-gabarito:nth-child(3n+3){
	margin-left: 71px;
}

.questoes .questao-gabarito:nth-child(3n+2){
	margin-right: 71px;
	margin-left: 71px;
}

.questoes .questao-gabarito:nth-child(3n+1){
	margin-right: 71px;	
}

.questao{
	border: 1px solid #EEEEEE;
	padding: 0;
	margin-bottom: 30px;
}

.questao .topo{
	border-bottom: 1px solid #EEEEEE;
	float: left;
	padding: 0;
}

.questao p.number{
	float: left;
	padding: 10px;
}

.questao .d_number{
	padding: 6px 0 0 6px;
}

.questao .d_number p{
	margin: 0;
	font-weight: bold;
}

.questao .enunciado{
	border-left: 1px solid #EEEEEE;
	float: left;
	padding: 10px;
	margin: 0;
}

.questao .acoes{
	background: #EEEEEE;
	padding: 10px;
}

.questoes .acoes-gabarito .btn:first-child{
	margin-left: 2px;
}

.questao .acoes-gabarito{
	padding: 0;
	background: #EEEEEE;
}

.questao .acoes-gabarito .errado{
	margin: 0 1px 0 1px;
}

#finalizar{
	margin-bottom: 20px
}

.filtro {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.filtro  h3{
	color: #FFF;
}

.capa {
	min-height: 440px;
	
}
.capa2{
	//background: url("../img/gabarito_OAB-filtro.jpg") repeat-y;
}

#banner .close {
    color: #fff;
    margin: -5px 0 0 10px;
    opacity: 0.8;
    position: absolute;
}
.rank.img-rounded {
	display: inline-block;;
}
h5.texto-associado {
	z-index: -1;
}
.img-responsive2 {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
#bt_login {
	display: inline-block;
}
.navbar-brand {
	display: inline-block!important;
	margin-top: -20px;
}
.navbar-header {
	width: 100%!important;
}
.navbar-header p {
    margin: 0px 0px 10px;
    width: 20%;
    display: inline-block;
    float: right;
}
.number {
	text-align: center;
}
.topo {
	padding: 10px;
}
.enunciado {
	margin: 10px!important;
}


/*Coisa feita direito*/
.questionBlock {
	margin-bottom: 30px;
}
.numQuestao {
	position: absolute;
	top:0;
	bottom: 0;	
	border: 1px solid #EEE;
	border-radius: 10px 0 0 10px;
	padding-left: 0!important;
	padding-right:0!important;
}
.associatedText {
	padding: 15px;
	border-top: 1px solid #EEE;
	border-right: 1px solid #EEE;
	border-top-right-radius: 10px;
}
.headerText {
	padding: 15px;
	border-right: 1px solid #EEE;
	border-top: 1px solid #EEE;
	overflow-wrap: break-word;


}
.questionOpts {
	background: #EEE;
	padding: 15px;
	border-bottom-right-radius: 10px;
}
.top {
	margin-bottom: 30px;
}
.numQuestaoH2 {
	text-align: center;

}