/* Neuritos | Lilian Monteiro - 14/01/2021 
* Descri&ccedil;&atilde;o: estilo para index
*/

#tabHome, #tabTurma, #tabCursos, 
#tabProvas, #tabCertif, #tabCatalog { display: none; }

#tabHome.ativo, #tabTurma.ativo, #tabCursos.ativo, 
#tabProvas.ativo, #tabCertif.ativo, #tabCatalog.ativo { display: block; }

#tabelaNotificacoes tr {
  border-bottom: 1px solid #ccc;
}
#tabelaNotificacoes tr:last-child {
  border-bottom: none;
}

