/* Competition draws and a player's competition history */
.cvsl-table--competition, 
.cvsl-table--competition-history,
.cvsl-table--cartlidge-cup,
.cvsl-table--cartlidge-cup-history,
.cvsl-table--mcbride-cup,
.cvsl-table--mcbride-cup-history,
.cvsl-table--competition-merit,
.cvsl-table--competition-individual,
.cvsl-table--competition-veterans,
.cvsl-table--competition-pairs,
.cvsl-table-competition-team
{
  width: 100% !important;
  max-width: none !important;
  table-layout: fixed;
  display: table;
  border-collapse: collapse;
}
 
.cvsl-table--competition tbody,
.cvsl-table--competition thead,
.cvsl-table--competition-history tbody,
.cvsl-table--competition-history thead,

.cvsl-table--cartlidge-cup tbody,
.cvsl-table--cartlidge-cup thead,
.cvsl-table--cartlidge-cup-history tbody,
.cvsl-table--cartlidge-cup-history thead,

.cvsl-table--mcbride-cup tbody,
.cvsl-table--mcbride-cup thead,
.cvsl-table--mcbride-cup-history tbody,
.cvsl-table--mcbride-cup-history thead,

.cvsl-table--competition-merit tbody,
.cvsl-table--competition-merit thead,
.cvsl-table--competition-individual tbody,
.cvsl-table--competition-individual thead,
.cvsl-table--competition-veterans tbody,
.cvsl-table--competition-veterans thead,
.cvsl-table--competition-pairs tbody,
.cvsl-table--competition-pairs thead
.cvsl-table-competition-team tbody,
.cvsl-table-competition-team thead
{
  width: 100%;
}

.cvsl-table--cartlidge-cup th:first-child,
.cvsl-table--cartlidge-cup td:first-child { width: 10%; text-align: center; }
.cvsl-table--cartlidge-cup th:nth-child(2),
.cvsl-table--cartlidge-cup td:nth-child(2) { width: 30%; text-align: left;}
.cvsl-table--cartlidge-cup th:nth-child(n + 3):not(:last-child),
.cvsl-table--cartlidge-cup td:nth-child(n + 3):not(:last-child) { width: clamp(2.65rem, 10vw, 5rem); text-align: center; }
.cvsl-table--cartlidge-cup th:last-child,
.cvsl-table--cartlidge-cup td:last-child { width: clamp(2.5rem, 7vw, 3.25rem); text-align: center; }

.cvsl-table--cartlidge-cup-history th:first-child,
.cvsl-table--cartlidge-cup-history td:first-child { width: 30%; text-align: center; }
.cvsl-table--cartlidge-cup-history th:nth-child(2),
.cvsl-table--cartlidge-cup-history td:nth-child(2) { width: 30%; text-align: left;}
.cvsl-table--cartlidge-cup-history th:nth-child(n + 3):not(:last-child),
.cvsl-table--cartlidge-cup-history td:nth-child(n + 3):not(:last-child) { width: clamp(2.65rem, 10vw, 5rem); text-align: center; }
.cvsl-table--cartlidge-cup-history th:last-child,
.cvsl-table--cartlidge-cup-history td:last-child { width: clamp(2.5rem, 7vw, 3.25rem); text-align: center; }

.cvsl-table--mcbride-cup th:first-child,
.cvsl-table--mcbride-cup td:first-child { width: 10%; text-align: center; }
.cvsl-table--mcbride-cup th:nth-child(2),
.cvsl-table--mcbride-cup td:nth-child(2) { width: 30%; text-align: left;}
.cvsl-table--mcbride-cup th:nth-child(n + 3):not(:last-child),
.cvsl-table--mcbride-cup td:nth-child(n + 3):not(:last-child) { width: clamp(2.65rem, 10vw, 5rem); text-align: center; }
.cvsl-table--mcbride-cup th:last-child,
.cvsl-table--mcbride-cup td:last-child { width: clamp(2.5rem, 7vw, 3.25rem); text-align: center; }

.cvsl-table--mcbride-cup-history th:first-child,
.cvsl-table--mcbride-cup-history td:first-child { width: 30%; text-align: center; }
.cvsl-table--mcbride-cup-history th:nth-child(2),
.cvsl-table--mcbride-cup-history td:nth-child(2) { width: 30%; text-align: left;}
.cvsl-table--mcbride-cup-history th:nth-child(n + 3):not(:last-child),
.cvsl-table--mcbride-cup-history td:nth-child(n + 3):not(:last-child) { width: clamp(2.65rem, 10vw, 5rem); text-align: center; }
.cvsl-table--mcbride-cup-history th:last-child,
.cvsl-table--mcbride-cup-history td:last-child { width: clamp(2.5rem, 7vw, 3.25rem); text-align: center; }

.cvsl-table--competition-merit th:first-child,
.cvsl-table--competition-merit td:first-child { width:  35%; text-align: right; }
.cvsl-table--competition-merit th:nth-child(2),
.cvsl-table--competition-merit td:nth-child(2) { width:  auto; text-align: center; }
.cvsl-table--competition-merit th:nth-child(3),
.cvsl-table--competition-merit td:nth-child(3) { width:  35%; text-align: left; }
.cvsl-table--competition-merit th:last-child,
.cvsl-table--competition-merit td:last-child { width: 5%; text-align: center; }

.cvsl-table--competition-individual th:first-child,
.cvsl-table--competition-individual td:first-child { width:  35%; text-align: right; }
.cvsl-table--competition-individual th:nth-child(2),
.cvsl-table--competition-individual td:nth-child(2) { width:  auto; text-align: center; }
.cvsl-table--competition-individual th:nth-child(3),
.cvsl-table--competition-individual td:nth-child(3) { width:  35%; text-align: left; }
.cvsl-table--competition-individual th:last-child,
.cvsl-table--competition-individual td:last-child { width: 5%; text-align: center; }

.cvsl-table--competition-veterans th:first-child,
.cvsl-table--competition-veterans td:first-child { width:  35%; text-align: right; }
.cvsl-table--competition-veterans th:nth-child(2),
.cvsl-table--competition-veterans td:nth-child(2) { width:  auto; text-align: center; }
.cvsl-table--competition-veterans th:nth-child(3),
.cvsl-table--competition-veterans td:nth-child(3) { width:  35%; text-align: left; }
.cvsl-table--competition-veterans th:last-child,
.cvsl-table--competition-veterans td:last-child { width: 5%; text-align: center; }

.cvsl-table--competition-pairs th:first-child,
.cvsl-table--competition-pairs td:first-child { width:  35%; text-align: right; }
.cvsl-table--competition-pairs th:nth-child(2),
.cvsl-table--competition-pairs td:nth-child(2) { width:  auto; text-align: center; }
.cvsl-table--competition-pairs th:nth-child(3),
.cvsl-table--competition-pairs td:nth-child(3) { width:  35%; text-align: left; }
.cvsl-table--competition-pairs th:last-child,
.cvsl-table--competition-pairs td:last-child { width: 5%; text-align: center; }

.cvsl-table--competition-team th:first-child,
.cvsl-table--competition-team td:first-child { width:  35%; text-align: right; }
.cvsl-table--competition-team th:nth-child(2),
.cvsl-table--competition-team td:nth-child(2) { width:  auto; text-align: center; }
.cvsl-table--competition-team th:nth-child(3),
.cvsl-table--competition-team td:nth-child(3) { width:  35%; text-align: left; }
.cvsl-table--competition-team th:last-child,
.cvsl-table--competition-team td:last-child { width: 5%; text-align: center; }
