#tabelaTurmas td:nth-child(2){
    color:#16296f;
    font-weight:bold;
}

#tabelaTurmas td:nth-child(6){
    color:#c91f28;
    font-weight:bold;
}

#tabelaTurmas td:nth-child(7){
    color:#15803d;
    font-weight:bold;
}
.btn-inativar{
    background:#6b7280;
    color:white;
    border:none;
    padding:7px 10px;
    border-radius:7px;
    cursor:pointer;
    font-size:12px;
    font-weight:bold;
    margin:2px;
}

.btn-ativar{
    background:#15803d;
    color:white;
    border:none;
    padding:7px 10px;
    border-radius:7px;
    cursor:pointer;
    font-size:12px;
    font-weight:bold;
    margin:2px;
}

.aluno-inativo{
    opacity:0.55;
    background:#f3f4f6;
}