/* Handicap lists, active/inactive players, registrations and handicap history */
.cvsl-table--handicaps
{
  width: 100% !important;
  max-width: none !important;
  table-layout: fixed;
  display: table;
  border-collapse: collapse;
}

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

.cvsl-table--handicaps,
.cvsl-table--handicaps,
.cvsl-table--handicaps th:first-child, 
.cvsl-table--handicaps td:first-child { width: 30%; text-align: left; }
.cvsl-table--handicaps th:nth-child(2),
.cvsl-table--handicaps td:nth-child(2) { width: 20%; text-align: center }
.cvsl-table--handicaps th:nth-child(3),
.cvsl-table--handicaps td:nth-child(3) { width: 20%; text-align: center }
.cvsl-table--handicaps th:nth-child(n + 4):not(:last-child),
.cvsl-table--handicaps td:nth-child(n + 4):not(:last-child) { width: 10%; text-align: center;}
.cvsl-table--handicaps th:last-child
.cvsl-table--handicaps td:last-child { width: 5%; text-align: center; }


