/* Compacto, sin salto y bordes */
table tfoot .simce-abc-row th,
table tfoot .simce-abc-row td,
table tfoot .simce-qnum-row th,
table tfoot .simce-qnum-row td {
  font-size: 12px !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  padding: 2px 6px !important;
  text-align: center !important;
  border: 1px solid #ccc !important;
}

/* ABCD en rojo por defecto */
table tfoot .simce-abc-row th,
table tfoot .simce-abc-row td {
  background: #ffd6d6 !important;
  color: #7a0000 !important;
}

/* Fila N° neutra */
table tfoot .simce-qnum-row th,
table tfoot .simce-qnum-row td {
  background: #f5f5f5 !important;
  color: #333 !important;
}
