.body {
    font-family: sans-serif;
    background-color: #90E0EF;
    margin: 0px;
    text-align: center !important;
    width: 100%;
}

.container {
    text-align: center !important;
}

.tela_categoria, .tela_atendimento {
    font-size: 89px;
    color: #CAF0F8;
    background-color: #00B4D8;
    margin: 0px;
    font-weight: lighter;
    text-align: center !important;
}

.form {
    margin-bottom: 30px;
}

.form_container {
    padding: 10px;
}

.form_container select, .form_container button {
    padding: 10px;
    font-weight: 800;
}

.icon {
    width: 100px;
    margin-right: 20px;
}

#pause {
    display: none;
}

.temporizador {
    font-size: 130px;
    color: red;
    font-weight: 800;
}

.tabela {
    width: 80%;
    margin-top: 50px;
    margin-bottom: 20px;
}
.tabela, .tabela td {
    background-color: #d3d3d3;
    padding: 10px;
    text-align: center;
}

.noresults {
    margin-top: 20px;
    display: inline-block;
}
