
.btnsChamada button{
   
    color: white;
   
    padding: 5px;
    height: 40px;
    border: none;
    font-size: 0.8em;
  

}


.btnsChamada{
    width: 300px;
    height: 40PX;
    display: table-cell;
   color: white;
   
}

.btnsChamada:hover{
    scale: 0.9;
}

#pesquisa{
    min-width:500px;
    height: 40px;
   
}

.editarChamada{
    display: none;
}

.presenca{
    background-color: green;
    width: 50px;
    margin-right: 5px;
}
.ausencia{
    background-color: rgb(128, 0, 70);
    width: 50px;
    margin-right: 5px;
}
.editarChamada{
    background-color: rgb(0, 102, 255);
    font-size: 0.5em;
    width: 60px;
    margin: auto;
    
}