#estado_evolucao {
    display: none;
}

.up {
    margin-top: -15px;
}

#atualizacao {
    font-weight: bold;
}

.creditos, .creditos_zero {
    font-size: 12px;
    margin-bottom: 40px;
}

.creditos_zero {
    margin-bottom: 0px;
}

#estado, #municipio, #dados, #id, #legenda, #zero {
    display: none;
}

th {
    padding-right: 20px;
    text-align: left;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

#geral_estado, #all_county, #total_casos, #total_mortes {
    width: 50%;
    float: left;
    height: auto;
}

#all_county, #total_mortes {
    float: right;
}

.evolucao {
    margin-top: 57px;
}

#habitantes, .evolucao, #evolucao_estado {
    border-bottom: 1px solid black;
    padding-bottom: 10px;
    margin-right: 20px;
}

#total_casos h2 {
    color: #00AB56;
}

#total_mortes h2 {
    color: #29348E;
    padding-left: 40px;
}

.casos, .mortes, .cemk_casos, .cemk_mortes {
    margin-bottom: 20px;
}

.casos, .mortes, .cemk_casos, .cemk_mortes  {
    width: 50%;
    float: left;
}

.mortes, .cemk_mortes {
    float: right;
}

a:link, a:visited  {
    text-decoration: none;
    color: blue;
}

#legenda_verde, #legenda_azul {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #00AB56;
    margin-bottom: 20px;
    display: inline-block;
    float: left;
}

#legenda_azul {
    background-color: #29348E;
}

#texto_legenda {
    float: left;
    margin: 0px 10px 0px 10px;
}

#campo_nomes {
    border-radius: 10px;
    border-color: #29348E;
    background-color: #29348E;
    color: white;
    padding: 20px 0px 20px 0px;
}

#info {
    color: black;
    border: 1px solid black;
    margin-top: 20px;
}

#pesquisa {
	width: 80%;
	height: auto;
    margin: 20px auto 20px auto;
}

select, option {
    width: 140px;
    height: 40px;
    margin-right: 10px;
}

#estados {
    margin-left: 10px;
}

#campo_nomes br {
    display: none;
}