/* League standings and team summaries */
.cvsl-table--league
{
  width: 100% !important;
  max-width: none !important;
  table-layout: fixed;
  display: table;
  border-collapse: collapse;
}

.cvsl-table--league tbody,
.cvsl-table--league thead
 {
  width: 100%;
}

.cvsl-table--league { table-layout: fixed; }

.cvsl-table--league th:first-child,
.cvsl-table--league td:first-child { width: 10%; text-align: center; }

.cvsl-table--league th:nth-child(2),
.cvsl-table--league td:nth-child(2) { width: 30%; text-align: left;}
.cvsl-table--league td:nth-child(2) { font-weight: 650; }

.cvsl-table--league th:nth-child(n + 3):not(:last-child),
.cvsl-table--league td:nth-child(n + 3):not(:last-child) { width: 10%; text-align: center; }

.cvsl-table--league th:last-child,
.cvsl-table--league td:last-child { width: 5%; text-align: center; }

.cvsl-table--league .cvsl-divider-row td {
  height: 0.3rem;
  padding: 0;
  color: var(--color-navy);
  background: var(--color-gold);
  border: 0;
  line-height: 0;
}
.cvsl-table--league .cvsl-divider-row td > div {
  height: 0;
}

.leaguetable-adjustments {
  margin-top: 0.25rem;
  padding-top: 0.75rem;
}

