td.col1 {
    width: 200px;
    text-align: right;
    font-weight: bold;
}

td.col2 {
    width: 500;
    text-align: left;
}

nav.navbar{
    width: 100%;
    font-size: 10pt;

}



select {
    width: 500px;
    border-radius: 5px;
    border: none;
    font-family: Arial;
    font-size: 14pt;
    font-weight: bold;
    color: green;
}

select.sel {
    width: 500px;
    border-radius: 5px;
    border: none;
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
    background-color: white;
    color: black;
    text-align: left;

}
body {
    text-align: center;
    font-family: Arial;
    font-size: 14pt;
    font-weight: bold;
	background-color: rgb(196, 196, 181);
    background-color: #dad5d5;
    /*background-image: url("../img/qcg.jpeg");*/

}

table.cabecalho {
    text-align: center;
    font-family: Arial;
    font-size: 14pt;
    font-weight: bold;
	background-color: rgb(131, 175, 127);
}

input {
    width: 500px;
    border-radius: 5px;
    border: none;
    font-family: Arial;
    font-size: 14pt;
    font-weight: bold;
    background-color: white;
    color: green;
    text-transform: uppercase;
}

textarea {
    width: 500px;
    border-radius: 5px;
    border: none;
    font-family: Arial;
    font-size: 14pt;
    font-weight: bold;
    background-color: white;
    color: green;
    text-transform: uppercase;
}

input.botao {
    width: 200px;
    background-color: rgb(151, 150, 150);
    color: black;
    font-weight: bold;
    font-size: 12pt;
}

input.matricula {
    width: 200px;
    background-color: white;
    color: black;
    font-weight: bold;
    font-size: 14pt;
}

input.doc_aut {
    width: 500px;
    background-color: white;
    color: black;
    font-weight: bold;
    font-size: 14pt;
    font-family: Arial;
    text-transform: uppercase;

}

input.peq10 {
    width: 500px;
    background-color: white;
    color: black;
    font-weight: bold;
    font-size: 12pt;
    font-family: Arial;
    text-transform: uppercase;
    border:solid 1px black;

}

input.peq10obs {
    width: 500;
    text-align: left;
    vertical-align: top;
    background-color: white;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10pt;
    border:solid 1px black;
  
}

input.att {
    width: 200px;
    color: red;
    font-weight: bold;
    font-size: 14pt;
}

input.serie {
    width: 200px;
    background-color: white;
    color: black;
    font-weight: bold;
    font-size: 14pt;
}


input.botao:hover {
    background-color: black;
    color: rgb(160, 157, 157);
    font-weight: bold;
}

p {
    font-size: 18pt;
    font-weight: bold;
}

p.bom {
    font-size: 12pt;
    font-weight: bold;
    color: green;
}

p.ruim {
    font-size: 12pt;
    font-weight: bold;
    color: red;
}

p.info {
    font-size: 10pt;
    font-weight: bold;
    color: black;
}

form.p.a {
    font-family: Arial;
    font-size: 6;
    font-weight: bold;
	background-color: green;
}

::-webkit-input-placeholder {
    color: green;
}

input:-webkit-autofill {
    -webkit-text-fill-color: green;
}