/* Forzar letras blancas solo en la tabla de jugadores_all.php, máxima especificidad */
.player-table table.table,
.player-table table.table th,
.player-table table.table td,
.player-table table.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;
    }
}
