/* Classement ELO */

/* Fond */


/* Filtres */
.filter-container {
  margin: 20px 0;
}
.filter-container .form-group {
  margin-bottom: 10px;
}

/* Bloc résumé (positionnement) */
#summaryBlock {
  margin: 20px 0;
}
/* dans le contexte du tableau ELO, bootstrap .text-danger devient rouge F1 */
#eloTable td.text-danger {
  color: var(--f1-red) !important;
}

/* dans le contexte du tableau ELO, bootstrap .text-success devient vert */
#eloTable td.text-success {
  color: #4caf50 !important;
}

