/* CSS específico (classificacao) */
.tabela tr:nth-child(-n+2) td:first-child{border-left: 4px solid rgb(19, 85, 22);}
.tabela tr:nth-child(3) td:first-child{border-left: 4px solid #4CAF50;}
.tabela tr:nth-child(16) td:first-child{border-left: 4px solid rgb(221, 209, 35);}
.tabela tr:nth-last-child(-n+2) td:first-child{border-left: 4px solid #F44336;}
/* === CSP: extracted from inline styles (auto-generated) === */
.csp-b0cfe559 { background-color: rgb(19, 85, 22); }
.csp-61813737 { background-color: #4CAF50; }
.csp-b6e4e948 { background-color: rgb(221, 209, 35); }
.csp-cdb2064a { background-color: #F44336; }
