<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.indice-AZ {
    display: inline;
    padding-right: 10px;
}

#conteudo .plain:first-child ul:first-child {
    list-style: none;
}

#conteudo .plain:first-child ul:first-child li {
    float: left;
}
.fieldRequired {
    font-size: .7em;
    vertical-align: top;
    padding: 0 0 0 8px;
}
.fieldRequired:before {
    content: "\2a";
    font-family: 'Glyphicons Halflings';
    font-size: .7em;
    color: red;
}
.tamanho_bloco_padrao {
    float: left;
    width: auto;
    position: static;
    margin-right: 5px;
}

.tamanho_bloco_pequeno {
    float: left;
    width: auto;
    height: auto;
    position: static;
    margin-right: 5px;
}

.tamanho_bloco_altura_auto {
    float: left;
    width: auto;
    height: auto;
    position: static;
    margin: 2px;
}
#topo {
	padding-top: 90px;
 }
 
 .assunto { 
     background: #f0f0f0;
     width: 100%;
 }
 </pre></body></html>