.tabela-totais {
    border-spacing:10px;
    border-collapse:separate;
}

.total-presencas {
    background-color:rgb(212, 237, 218);
    border:1px solid #155724;
    color: #155724;
    font-size: 36px;
    font-weight:bold;
    height:120px;
    line-height:120px;
    min-width:150px;
    padding:0px;
    vertical-align: middle;
    width:150px;
}

.total-faltas {
    background-color:#f8d7da;
    border:1px solid #721c24;
    color: #721c24;
    font-size: 36px;
    font-weight:bold;
    height:120px;
    line-height:120px;
    min-width:150px;
    padding:0px;
    vertical-align: middle;
    width:150px;
}

.total-desmarcados {
    background-color:#fcf8e3;
    border:1px solid #8a6d3b;
    color: #8a6d3b !important;
    font-size: 36px;
    font-weight:bold;
    height:120px;
    line-height:120px;
    min-width:150px;
    padding:0px;
    vertical-align: middle;
    width:150px;
}

.total-presencas-lbl {
    color: #155724;
    font-size: 16px;
    font-weight:bold;
}

.total-faltas-lbl {
    color: #721c24;
    font-size: 16px;
    font-weight:bold;
}

.total-desmarcados-lbl {
    color: #8a6d3b !important;
    font-size: 16px;
    font-weight:bold;
}

.excecoes-desmarcados {
    text-align: left;
}

.total-remarcados {
    background-color:#cfe2f3;
    border:1px solid #3c78d8;
    color: #3c78d8 !important;
    font-size: 36px;
    font-weight:bold;
    height:120px;
    line-height:120px;
    min-width:150px;
    padding:0px;
    vertical-align: middle;
    width:150px;
}

.total-remarcados-lbl {
    color: #3c78d8 !important;
    font-size: 16px;
    font-weight:bold;
}
