/* RUSH front sync patch v78 — dynamic standings */
.standings-page .standings-table tbody tr .rank-cell,
.standings-page .standings-table tbody tr:nth-child(-n+4) .rank-cell,
.standings-page .standings-table tbody tr:nth-child(n+5) .rank-cell {
  border-left: 0 !important;
}

.standings-page .standings-table .club-cell span {
  display: none;
}

.standings-page .form-empty {
  color: rgba(255,255,255,.38);
  font-weight: 900;
}

@media (max-width: 840px) {
  .standings-page .standings-table .club-cell span {
    display: block;
  }
}
