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

