/* High-break tables */
.cvsl-table--high-breaks
{
  width: 100% !important;
  max-width: none !important;
  table-layout: fixed;
  display: table;
  border-collapse: collapse;
}
 
.cvsl-table--high-breaks tbody,
.cvsl-table--high-breaks thead {
  width: 100%;
}

.cvsl-table--high-breaks th:first-child,
.cvsl-table--high-breaks td:first-child {   width: 15%;   text-align: center;   font-weight: 800; }
.cvsl-table--high-breaks th:nth-child(2),
.cvsl-table--high-breaks td:nth-child(2) {   width: 40%;   text-align: left; }
.cvsl-table--high-breaks th:nth-child(3),
.cvsl-table--high-breaks td:nth-child(3) {   width: 30%;   text-align: center; }
.cvsl-table--high-breaks th:last-child,
.cvsl-table--high-breaks td:last-child { width: 5%; text-align: center; }
