/* Forzar letras blancas solo en la tabla de equipos.php, máxima especificidad */
table.equipos-table,
table.equipos-table th,
table.equipos-table td,
table.equipos-table * {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}
@media (max-width: 600px) {
    .table.table-bordered th,
    .table.table-bordered td {
        font-size: 2vw !important;
    }
}
