/* dsp.css - Display/Responsive Controls for Tables */
/* Complete extraction from example.html with correct column definitions */

/* ========================================
   CONSOLIDATED RESPONSIVE TABLE CLASSES  
   ======================================== */

/* Standard responsive table pattern (columns 1-4 @ 768px, columns 1-6 @ 992px)
   Apply class "baseTBL" to tables that should show first 4 columns on mobile, first 6 on tablet

   Tables using this pattern:
   - #BPM
   - #TopScorers_4
*/
@media (max-width: 768px) {
  .baseTBL th,
  .baseTBL td {
    display: none;
  }
  .baseTBL th:nth-child(1),
  .baseTBL td:nth-child(1),
  .baseTBL th:nth-child(2),
  .baseTBL td:nth-child(2),
  .baseTBL th:nth-child(3),
  .baseTBL td:nth-child(3),
  .baseTBL th:nth-child(4),
  .baseTBL td:nth-child(4) {
    display: table-cell;
  }
}

@media (max-width: 992px) {
  .baseTBL th,
  .baseTBL td {
    display: none;
  }
  .baseTBL th:nth-child(1),
  .baseTBL td:nth-child(1),
  .baseTBL th:nth-child(2),
  .baseTBL td:nth-child(2),
  .baseTBL th:nth-child(3),
  .baseTBL td:nth-child(3),
  .baseTBL th:nth-child(4),
  .baseTBL td:nth-child(4),
  .baseTBL th:nth-child(5),
  .baseTBL td:nth-child(5),
  .baseTBL th:nth-child(6),
  .baseTBL td:nth-child(6) {
    display: table-cell;
  }
}

/* ========================================
   TABLE ID-BASED MEDIA QUERIES 
   ======================================== */

/* #EFS1 table responsive controls */
@media (max-width: 768px) {
  #EFS1 th,
  #EFS1 td {
    display: none;
  }
  #EFS1 th:nth-child(1), #EFS1 td:nth-child(1),
  #EFS1 th:nth-child(2), #EFS1 td:nth-child(2),
  #EFS1 th:nth-child(3), #EFS1 td:nth-child(3),
  #EFS1 th:nth-child(4), #EFS1 td:nth-child(4),
  #EFS1 th:nth-child(5), #EFS1 td:nth-child(5),
  #EFS1 th:nth-child(6), #EFS1 td:nth-child(6),
  #EFS1 th:nth-child(7), #EFS1 td:nth-child(7),
  #EFS1 th:nth-child(8), #EFS1 td:nth-child(8),
  #EFS1 th:nth-child(9), #EFS1 td:nth-child(9) {
    display: table-cell;
  }
}

@media (max-width: 992px) {
  #EFS1 th,
  #EFS1 td {
    display: none;
  }
  #EFS1 th:nth-child(1), #EFS1 td:nth-child(1),
  #EFS1 th:nth-child(2), #EFS1 td:nth-child(2),
  #EFS1 th:nth-child(3), #EFS1 td:nth-child(3),
  #EFS1 th:nth-child(4), #EFS1 td:nth-child(4),
  #EFS1 th:nth-child(5), #EFS1 td:nth-child(5),
  #EFS1 th:nth-child(6), #EFS1 td:nth-child(6),
  #EFS1 th:nth-child(7), #EFS1 td:nth-child(7),
  #EFS1 th:nth-child(8), #EFS1 td:nth-child(8),
  #EFS1 th:nth-child(9), #EFS1 td:nth-child(9),
  #EFS1 th:nth-child(10), #EFS1 td:nth-child(10),
  #EFS1 th:nth-child(11), #EFS1 td:nth-child(11) {
    display: table-cell;
  }
}

/* #PBT table responsive controls */
@media (max-width: 768px) {
  #PBT th,
  #PBT td {
    display: none;
  }
  #PBT th:nth-child(1), #PBT td:nth-child(1),
  #PBT th:nth-child(2), #PBT td:nth-child(2),
  #PBT th:nth-child(3), #PBT td:nth-child(3),
  #PBT th:nth-child(4), #PBT td:nth-child(4),
  #PBT th:nth-child(5), #PBT td:nth-child(5),
  #PBT th:nth-child(6), #PBT td:nth-child(6),
  #PBT th:nth-child(7), #PBT td:nth-child(7),
  #PBT th:nth-child(8), #PBT td:nth-child(8),
  #PBT th:nth-child(9), #PBT td:nth-child(9),
  #PBT th:nth-child(10), #PBT td:nth-child(10),
  #PBT th:nth-child(11), #PBT td:nth-child(11),
  #PBT th:nth-child(12), #PBT td:nth-child(12),
  #PBT th:nth-child(13), #PBT td:nth-child(13),
  #PBT th:nth-child(14), #PBT td:nth-child(14),
  #PBT th:nth-child(15), #PBT td:nth-child(15),
  #PBT th:nth-child(16), #PBT td:nth-child(16),
  #PBT th:nth-child(17), #PBT td:nth-child(17),
  #PBT th:nth-child(18), #PBT td:nth-child(18),
  #PBT th:nth-child(19), #PBT td:nth-child(19),
  #PBT th:nth-child(20), #PBT td:nth-child(20),
  #PBT th:nth-child(21), #PBT td:nth-child(21),
  #PBT th:nth-child(22), #PBT td:nth-child(22),
  #PBT th:nth-child(23), #PBT td:nth-child(23),
  #PBT th:nth-child(24), #PBT td:nth-child(24),
  #PBT th:nth-child(25), #PBT td:nth-child(25),
  #PBT th:nth-child(26), #PBT td:nth-child(26),
  #PBT th:nth-child(27), #PBT td:nth-child(27),
  #PBT th:nth-child(28), #PBT td:nth-child(28),
  #PBT th:nth-child(29), #PBT td:nth-child(29),
  #PBT th:nth-child(30), #PBT td:nth-child(30),
  #PBT th:nth-child(31), #PBT td:nth-child(31),
  #PBT th:nth-child(32), #PBT td:nth-child(32),
  #PBT th:nth-child(33), #PBT td:nth-child(33) {
    display: table-cell;
  }
}

@media (max-width: 992px) {
  #PBT th,
  #PBT td {
    display: none;
  }
  #PBT th:nth-child(1), #PBT td:nth-child(1),
  #PBT th:nth-child(2), #PBT td:nth-child(2),
  #PBT th:nth-child(3), #PBT td:nth-child(3),
  #PBT th:nth-child(4), #PBT td:nth-child(4),
  #PBT th:nth-child(5), #PBT td:nth-child(5),
  #PBT th:nth-child(6), #PBT td:nth-child(6),
  #PBT th:nth-child(7), #PBT td:nth-child(7),
  #PBT th:nth-child(8), #PBT td:nth-child(8),
  #PBT th:nth-child(9), #PBT td:nth-child(9),
  #PBT th:nth-child(10), #PBT td:nth-child(10),
  #PBT th:nth-child(11), #PBT td:nth-child(11),
  #PBT th:nth-child(12), #PBT td:nth-child(12),
  #PBT th:nth-child(13), #PBT td:nth-child(13),
  #PBT th:nth-child(14), #PBT td:nth-child(14),
  #PBT th:nth-child(15), #PBT td:nth-child(15),
  #PBT th:nth-child(16), #PBT td:nth-child(16),
  #PBT th:nth-child(17), #PBT td:nth-child(17),
  #PBT th:nth-child(18), #PBT td:nth-child(18),
  #PBT th:nth-child(19), #PBT td:nth-child(19),
  #PBT th:nth-child(20), #PBT td:nth-child(20),
  #PBT th:nth-child(21), #PBT td:nth-child(21),
  #PBT th:nth-child(22), #PBT td:nth-child(22),
  #PBT th:nth-child(23), #PBT td:nth-child(23),
  #PBT th:nth-child(24), #PBT td:nth-child(24),
  #PBT th:nth-child(25), #PBT td:nth-child(25),
  #PBT th:nth-child(26), #PBT td:nth-child(26),
  #PBT th:nth-child(27), #PBT td:nth-child(27),
  #PBT th:nth-child(28), #PBT td:nth-child(28),
  #PBT th:nth-child(29), #PBT td:nth-child(29),
  #PBT th:nth-child(30), #PBT td:nth-child(30),
  #PBT th:nth-child(31), #PBT td:nth-child(31),
  #PBT th:nth-child(32), #PBT td:nth-child(32),
  #PBT th:nth-child(33), #PBT td:nth-child(33) {
    display: table-cell;
  }
}

/* #RLRT table responsive controls */
@media (max-width: 768px) {
  #RLRT th,
  #RLRT td {
    display: none;
  }
  #RLRT th:nth-child(1), #RLRT td:nth-child(1),
  #RLRT th:nth-child(2), #RLRT td:nth-child(2),
  #RLRT th:nth-child(3), #RLRT td:nth-child(3),
  #RLRT th:nth-child(4), #RLRT td:nth-child(4),
  #RLRT th:nth-child(5), #RLRT td:nth-child(5) {
    display: table-cell;
  }
}

@media (max-width: 992px) {
  #RLRT th,
  #RLRT td {
    display: none;
  }
  #RLRT th:nth-child(1), #RLRT td:nth-child(1),
  #RLRT th:nth-child(2), #RLRT td:nth-child(2),
  #RLRT th:nth-child(3), #RLRT td:nth-child(3),
  #RLRT th:nth-child(4), #RLRT td:nth-child(4),
  #RLRT th:nth-child(5), #RLRT td:nth-child(5),
  #RLRT th:nth-child(6), #RLRT td:nth-child(6),
  #RLRT th:nth-child(7), #RLRT td:nth-child(7) {
    display: table-cell;
  }
}

/* #Top5 table responsive controls */
@media (max-width: 768px) {
  #Top5 th,
  #Top5 td {
    display: none;
  }
  #Top5 th:nth-child(1), #Top5 td:nth-child(1),
  #Top5 th:nth-child(2), #Top5 td:nth-child(2),
  #Top5 th:nth-child(3), #Top5 td:nth-child(3),
  #Top5 th:nth-child(4), #Top5 td:nth-child(4),
  #Top5 th:nth-child(5), #Top5 td:nth-child(5),
  #Top5 th:nth-child(6), #Top5 td:nth-child(6),
  #Top5 th:nth-child(7), #Top5 td:nth-child(7),
  #Top5 th:nth-child(8), #Top5 td:nth-child(8) {
    display: table-cell;
  }
}

@media (max-width: 992px) {
  #Top5 th,
  #Top5 td {
    display: none;
  }
  #Top5 th:nth-child(1), #Top5 td:nth-child(1),
  #Top5 th:nth-child(2), #Top5 td:nth-child(2),
  #Top5 th:nth-child(3), #Top5 td:nth-child(3),
  #Top5 th:nth-child(4), #Top5 td:nth-child(4),
  #Top5 th:nth-child(5), #Top5 td:nth-child(5),
  #Top5 th:nth-child(6), #Top5 td:nth-child(6),
  #Top5 th:nth-child(7), #Top5 td:nth-child(7),
  #Top5 th:nth-child(8), #Top5 td:nth-child(8),
  #Top5 th:nth-child(9), #Top5 td:nth-child(9),
  #Top5 th:nth-child(10), #Top5 td:nth-child(10) {
    display: table-cell;
  }
}

/* #bestToWorst_2 table responsive controls */
@media (max-width: 768px) {
  #bestToWorst_2 th,
  #bestToWorst_2 td {
    display: none;
  }
  #bestToWorst_2 th:nth-child(1), #bestToWorst_2 td:nth-child(1),
  #bestToWorst_2 th:nth-child(2), #bestToWorst_2 td:nth-child(2),
  #bestToWorst_2 th:nth-child(3), #bestToWorst_2 td:nth-child(3),
  #bestToWorst_2 th:nth-child(4), #bestToWorst_2 td:nth-child(4),
  #bestToWorst_2 th:nth-child(5), #bestToWorst_2 td:nth-child(5) {
    display: table-cell;
  }
}

@media (max-width: 992px) {
  #bestToWorst_2 th,
  #bestToWorst_2 td {
    display: none;
  }
  #bestToWorst_2 th:nth-child(1), #bestToWorst_2 td:nth-child(1),
  #bestToWorst_2 th:nth-child(2), #bestToWorst_2 td:nth-child(2),
  #bestToWorst_2 th:nth-child(3), #bestToWorst_2 td:nth-child(3),
  #bestToWorst_2 th:nth-child(4), #bestToWorst_2 td:nth-child(4),
  #bestToWorst_2 th:nth-child(5), #bestToWorst_2 td:nth-child(5),
  #bestToWorst_2 th:nth-child(6), #bestToWorst_2 td:nth-child(6),
  #bestToWorst_2 th:nth-child(7), #bestToWorst_2 td:nth-child(7) {
    display: table-cell;
  }
}

/* #bestToWorst_4 table responsive controls */
@media (max-width: 768px) {
  #bestToWorst_4 th,
  #bestToWorst_4 td {
    display: none;
  }
  #bestToWorst_4 th:nth-child(1), #bestToWorst_4 td:nth-child(1),
  #bestToWorst_4 th:nth-child(2), #bestToWorst_4 td:nth-child(2),
  #bestToWorst_4 th:nth-child(3), #bestToWorst_4 td:nth-child(3),
  #bestToWorst_4 th:nth-child(4), #bestToWorst_4 td:nth-child(4),
  #bestToWorst_4 th:nth-child(5), #bestToWorst_4 td:nth-child(5),
  #bestToWorst_4 th:nth-child(6), #bestToWorst_4 td:nth-child(6) {
    display: table-cell;
  }
}

@media (max-width: 992px) {
  #bestToWorst_4 th,
  #bestToWorst_4 td {
    display: none;
  }
  #bestToWorst_4 th:nth-child(1), #bestToWorst_4 td:nth-child(1),
  #bestToWorst_4 th:nth-child(2), #bestToWorst_4 td:nth-child(2),
  #bestToWorst_4 th:nth-child(3), #bestToWorst_4 td:nth-child(3),
  #bestToWorst_4 th:nth-child(4), #bestToWorst_4 td:nth-child(4),
  #bestToWorst_4 th:nth-child(5), #bestToWorst_4 td:nth-child(5),
  #bestToWorst_4 th:nth-child(6), #bestToWorst_4 td:nth-child(6),
  #bestToWorst_4 th:nth-child(7), #bestToWorst_4 td:nth-child(7),
  #bestToWorst_4 th:nth-child(8), #bestToWorst_4 td:nth-child(8) {
    display: table-cell;
  }
}

/* #bestWorst table responsive controls */
@media (max-width: 768px) {
  #bestWorst th,
  #bestWorst td {
    display: none;
  }
  #bestWorst th:nth-child(2), #bestWorst td:nth-child(2),
  #bestWorst th:nth-child(3), #bestWorst td:nth-child(3),
  #bestWorst th:nth-child(5), #bestWorst td:nth-child(5),
  #bestWorst th:nth-child(6), #bestWorst td:nth-child(6),
  #bestWorst th:nth-child(7), #bestWorst td:nth-child(7),
  #bestWorst th:nth-child(9), #bestWorst td:nth-child(9) {
    display: table-cell;
  }
}

@media (max-width: 992px) {
  #bestWorst th,
  #bestWorst td {
    display: none;
  }
  #bestWorst th:nth-child(1), #bestWorst td:nth-child(1),
  #bestWorst th:nth-child(2), #bestWorst td:nth-child(2),
  #bestWorst th:nth-child(3), #bestWorst td:nth-child(3),
  #bestWorst th:nth-child(4), #bestWorst td:nth-child(4),
  #bestWorst th:nth-child(5), #bestWorst td:nth-child(5),
  #bestWorst th:nth-child(6), #bestWorst td:nth-child(6),
  #bestWorst th:nth-child(7), #bestWorst td:nth-child(7),
  #bestWorst th:nth-child(8), #bestWorst td:nth-child(8),
  #bestWorst th:nth-child(9), #bestWorst td:nth-child(9),
  #bestWorst th:nth-child(10), #bestWorst td:nth-child(10) {
    display: table-cell;
  }
}

/* #bestgoalies table responsive controls */
@media (max-width: 768px) {
  #bestgoalies th,
  #bestgoalies td {
    display: none;
  }
  #bestgoalies th:nth-child(1), #bestgoalies td:nth-child(1),
  #bestgoalies th:nth-child(2), #bestgoalies td:nth-child(2),
  #bestgoalies th:nth-child(3), #bestgoalies td:nth-child(3),
  #bestgoalies th:nth-child(4), #bestgoalies td:nth-child(4),
  #bestgoalies th:nth-child(7), #bestgoalies td:nth-child(7),
  #bestgoalies th:nth-child(12), #bestgoalies td:nth-child(12) {
    display: table-cell;
  }
}

@media (max-width: 992px) {
  #bestgoalies th,
  #bestgoalies td {
    display: none;
  }
  #bestgoalies th:nth-child(1), #bestgoalies td:nth-child(1),
  #bestgoalies th:nth-child(2), #bestgoalies td:nth-child(2),
  #bestgoalies th:nth-child(3), #bestgoalies td:nth-child(3),
  #bestgoalies th:nth-child(4), #bestgoalies td:nth-child(4),
  #bestgoalies th:nth-child(5), #bestgoalies td:nth-child(5),
  #bestgoalies th:nth-child(6), #bestgoalies td:nth-child(6),
  #bestgoalies th:nth-child(7), #bestgoalies td:nth-child(7),
  #bestgoalies th:nth-child(12), #bestgoalies td:nth-child(12) {
    display: table-cell;
  }
}

/* #bestundraft table responsive controls */
@media (max-width: 768px) {
  #bestundraft th,
  #bestundraft td {
    display: none;
  }
  #bestundraft th:nth-child(1), #bestundraft td:nth-child(1),
  #bestundraft th:nth-child(2), #bestundraft td:nth-child(2),
  #bestundraft th:nth-child(3), #bestundraft td:nth-child(3),
  #bestundraft th:nth-child(4), #bestundraft td:nth-child(4),
  #bestundraft th:nth-child(6), #bestundraft td:nth-child(6),
  #bestundraft th:nth-child(11), #bestundraft td:nth-child(11) {
    display: table-cell;
  }
}

@media (max-width: 992px) {
  #bestundraft th,
  #bestundraft td {
    display: none;
  }
  #bestundraft th:nth-child(1), #bestundraft td:nth-child(1),
  #bestundraft th:nth-child(2), #bestundraft td:nth-child(2),
  #bestundraft th:nth-child(3), #bestundraft td:nth-child(3),
  #bestundraft th:nth-child(4), #bestundraft td:nth-child(4),
  #bestundraft th:nth-child(5), #bestundraft td:nth-child(5),
  #bestundraft th:nth-child(6), #bestundraft td:nth-child(6),
  #bestundraft th:nth-child(7), #bestundraft td:nth-child(7),
  #bestundraft th:nth-child(11), #bestundraft td:nth-child(11) {
    display: table-cell;
  }
}

/* #inj table responsive controls */
@media (max-width: 768px) {
  #inj th,
  #inj td {
    display: none;
  }
  #inj th:nth-child(1), #inj td:nth-child(1),
  #inj th:nth-child(2), #inj td:nth-child(2),
  #inj th:nth-child(3), #inj td:nth-child(3),
  #inj th:nth-child(4), #inj td:nth-child(4),
  #inj th:nth-child(5), #inj td:nth-child(5),
  #inj th:nth-child(6), #inj td:nth-child(6) {
    display: table-cell;
  }
}

@media (max-width: 992px) {
  #inj th,
  #inj td {
    display: none;
  }
  #inj th:nth-child(1), #inj td:nth-child(1),
  #inj th:nth-child(2), #inj td:nth-child(2),
  #inj th:nth-child(3), #inj td:nth-child(3),
  #inj th:nth-child(4), #inj td:nth-child(4),
  #inj th:nth-child(5), #inj td:nth-child(5),
  #inj th:nth-child(6), #inj td:nth-child(6),
  #inj th:nth-child(7), #inj td:nth-child(7),
  #inj th:nth-child(8), #inj td:nth-child(8) {
    display: table-cell;
  }
}

/* #ppp table responsive controls */
@media (max-width: 768px) {
  #ppp th,
  #ppp td {
    display: none;
  }
  #ppp th:nth-child(1), #ppp td:nth-child(1),
  #ppp th:nth-child(2), #ppp td:nth-child(2),
  #ppp th:nth-child(3), #ppp td:nth-child(3),
  #ppp th:nth-child(4), #ppp td:nth-child(4),
  #ppp th:nth-child(5), #ppp td:nth-child(5),
  #ppp th:nth-child(6), #ppp td:nth-child(6),
  #ppp th:nth-child(7), #ppp td:nth-child(7) {
    display: table-cell;
  }
}

@media (max-width: 992px) {
  #ppp th,
  #ppp td {
    display: none;
  }
  #ppp th:nth-child(1), #ppp td:nth-child(1),
  #ppp th:nth-child(2), #ppp td:nth-child(2),
  #ppp th:nth-child(3), #ppp td:nth-child(3),
  #ppp th:nth-child(4), #ppp td:nth-child(4),
  #ppp th:nth-child(5), #ppp td:nth-child(5),
  #ppp th:nth-child(6), #ppp td:nth-child(6),
  #ppp th:nth-child(7), #ppp td:nth-child(7),
  #ppp th:nth-child(8), #ppp td:nth-child(8),
  #ppp th:nth-child(9), #ppp td:nth-child(9) {
    display: table-cell;
  }
}

/* #top30 table responsive controls */
@media (max-width: 768px) {
  #top30 th,
  #top30 td {
    display: none;
  }
  #top30 th:nth-child(1), #top30 td:nth-child(1),
  #top30 th:nth-child(2), #top30 td:nth-child(2),
  #top30 th:nth-child(3), #top30 td:nth-child(3),
  #top30 th:nth-child(4), #top30 td:nth-child(4),
  #top30 th:nth-child(7), #top30 td:nth-child(7),
  #top30 th:nth-child(8), #top30 td:nth-child(8),
  #top30 th:nth-child(9), #top30 td:nth-child(9) {
    display: table-cell;
  }
}

@media (max-width: 992px) {
  #top30 th,
  #top30 td {
    display: none;
  }
  #top30 th:nth-child(1), #top30 td:nth-child(1),
  #top30 th:nth-child(2), #top30 td:nth-child(2),
  #top30 th:nth-child(3), #top30 td:nth-child(3),
  #top30 th:nth-child(4), #top30 td:nth-child(4),
  #top30 th:nth-child(5), #top30 td:nth-child(5),
  #top30 th:nth-child(6), #top30 td:nth-child(6),
  #top30 th:nth-child(7), #top30 td:nth-child(7),
  #top30 th:nth-child(8), #top30 td:nth-child(8),
  #top30 th:nth-child(9), #top30 td:nth-child(9) {
    display: table-cell;
  }
}

/* ========================================
   TABLE CLASS-BASED MEDIA QUERIES FROM mainPage.css
   ======================================== */

/* Team Statistics tables - key_columns=3,8,2,1,4 (points_column=8) */
@media (max-width: 768px) {
  .teamstats th,
  .teamstats td {
    display: none;
  }
  .teamstats th:nth-child(3),
  .teamstats td:nth-child(3) {
    display: table-cell;
  }
  .teamstats th:nth-child(8),
  .teamstats td:nth-child(8) {
    display: table-cell;
  }
  .teamstats th:nth-child(2),
  .teamstats td:nth-child(2) {
    display: table-cell;
  }
  .teamstats th:nth-child(1),
  .teamstats td:nth-child(1) {
    display: table-cell;
  }
  .teamstats th:nth-child(4),
  .teamstats td:nth-child(4) {
    display: table-cell;
  }
}

@media (max-width: 992px) {
  .teamstats th,
  .teamstats td {
    display: none;
  }
  .teamstats th:nth-child(3),
  .teamstats td:nth-child(3) {
    display: table-cell;
  }
  .teamstats th:nth-child(8),
  .teamstats td:nth-child(8) {
    display: table-cell;
  }
  .teamstats th:nth-child(2),
  .teamstats td:nth-child(2) {
    display: table-cell;
  }
  .teamstats th:nth-child(1),
  .teamstats td:nth-child(1) {
    display: table-cell;
  }
  .teamstats th:nth-child(4),
  .teamstats td:nth-child(4) {
    display: table-cell;
  }
  .teamstats th:nth-child(6),
  .teamstats td:nth-child(6) {
    display: table-cell;
  }
  .teamstats th:nth-child(7),
  .teamstats td:nth-child(7) {
    display: table-cell;
  }
}

/* Current Standings table - key_columns=2,3,4,1,6,7,8 (team_column=2, points_column=3) */
@media (max-width: 768px) {
  .CurrentStandings th,
  .CurrentStandings td {
    display: none;
  }
  .CurrentStandings th:nth-child(2),
  .CurrentStandings td:nth-child(2) {
    display: table-cell;
  }
  .CurrentStandings th:nth-child(3),
  .CurrentStandings td:nth-child(3) {
    display: table-cell;
  }
  .CurrentStandings th:nth-child(4),
  .CurrentStandings td:nth-child(4) {
    display: table-cell;
  }
  .CurrentStandings th:nth-child(1),
  .CurrentStandings td:nth-child(1) {
    display: table-cell;
  }
  .CurrentStandings th:nth-child(6),
  .CurrentStandings td:nth-child(6) {
    display: table-cell;
  }
  .CurrentStandings th:nth-child(7),
  .CurrentStandings td:nth-child(7) {
    display: table-cell;
  }
  .CurrentStandings th:nth-child(8),
  .CurrentStandings td:nth-child(8) {
    display: table-cell;
  }
}

@media (max-width: 992px) {
  .CurrentStandings th,
  .CurrentStandings td {
    display: none;
  }
  .CurrentStandings th:nth-child(2),
  .CurrentStandings td:nth-child(2) {
    display: table-cell;
  }
  .CurrentStandings th:nth-child(3),
  .CurrentStandings td:nth-child(3) {
    display: table-cell;
  }
  .CurrentStandings th:nth-child(4),
  .CurrentStandings td:nth-child(4) {
    display: table-cell;
  }
  .CurrentStandings th:nth-child(1),
  .CurrentStandings td:nth-child(1) {
    display: table-cell;
  }
  .CurrentStandings th:nth-child(6),
  .CurrentStandings td:nth-child(6) {
    display: table-cell;
  }
  .CurrentStandings th:nth-child(7),
  .CurrentStandings td:nth-child(7) {
    display: table-cell;
  }
  .CurrentStandings th:nth-child(8),
  .CurrentStandings td:nth-child(8) {
    display: table-cell;
  }
  .CurrentStandings th:nth-child(9),
  .CurrentStandings td:nth-child(9) {
    display: table-cell;
  }
  .CurrentStandings th:nth-child(10),
  .CurrentStandings td:nth-child(10) {
    display: table-cell;
  }
}
.team-cell {
  position: relative;
  background-color: white;
  height: 80px;
  text-align: center;
  vertical-align: bottom;
  font-weight: bold;
  overflow: hidden;
  font-size: 0.8em;
}

.team-cell::before {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: var(--bg-image);
  opacity: 1.0;
  z-index: 1;
}

.team-cell span {
  position: relative;
  z-index: 2;
}

