.banner_with {
    max-width: 400px;
}
body {
    font-family: 'Abel', sans-serif;
    background-color: #FBFBFB;
    margin: 0 auto;
    font-size: 18px;
    width: 100%;
}
tr, td {
     font-size: 16px;
}
p {
    text-align: center;
    font-size: 20px;
}
table {
    width: 100%;
}
.grupo {
    background-color: yellow;width: 100%;padding: 5px;
    font-size: 28px;
}
section {
    width: 100% !important;
}
span {
    font-size: 20px;
}
#tabela_dados td {
    padding: 4px;
    margin: 0px;
    border-bottom: #F2F2F2 solid 1px;
}
#tabela_dados .titulo td {
    color: #3E3E3E;
    background-color: #F2F2F2;
    font-size: 10px !important;
}
#tabela_dados .dados2_tabela {
    color: #3E3E3E;
    font-size: 12px !important;
}
#tabela_dados .dados2_tabela span {
    color: #3E3E3E;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px !important;
}

a:active, a:visited, a:hover, a:link {
    text-decoration: none;
    color: #757575;
    margin: 3px !important;
    border-radius: 3px;
    font-size: 18px;
}
a:hover {
    color: #ACACAC;
}
h1 {
    width: 96%;
    padding: 2%;
    color: ;
    text-align: left;
    font-size: 22px;
    text-transform: uppercase;
}
h2 {
    color: ;
    border-bottom: 2px  dashed;
    width: 98%;
    padding: 1%;
    text-align: left;
    font-size: 20px;
    text-transform: uppercase;
    background-color:#C9C9C9;
}
.titulos_pequenos {
    font-size: 10px !important;
    background-color: #E9E9E9;
}
input[type="text"], [type="password"], [type="date"], [type="email"], [type="file"], select, textarea {
    border-radius: 5px;
    margin: 0 0 5px 0;
    padding: 7px;
    border: solid 1px #dcdcdc;
}
input[type="submit"], [type="button"] {
    background-color: #71C171;
    width: 90%;
    margin: 0 auto;
    padding: 12px; 
    text-align: center; 
    border: 0px;
    border-radius: 3px; 
    color: #FFFFFF;
}
input[type="submit"]:hover, [type="button"]:hover {
    transition: box-shadow 0.3s, border 0.3s;
    background-color: #A9DAA9;
    width: 90%;
    margin: 0 auto;
    padding: 10px;
    text-align: center; 
    border: 0px;
    border-radius: 3px; 
    
}

.yes {padding:10px; margin::10px; color:#000; background:#EAFFD5; border:1px solid #0F0;}
.no {padding:10px; margin::10px; color:#F00; background:#FDD; border:1px solid #F00;}

/* -------------------------------------------------------------------------------------*/