.tx_gkmbcoursetable th,
.tx_gkmbcoursetable td {
  padding: 0.2rem 1.2rem;
  vertical-align: middle;
  border-top: 3px solid rgb(var(--c-neutral-lightest));
  background: rgb(var(--c-neutral-lighter));
}

.page .tx_gkmbcoursetable tr:first-child th:first-child,
.page .tx_gkmbcoursetable tr:first-child th:nth-child(2) {
  border: none;
  background: transparent;
}

.tx_gkmbcoursetable_rating, .tx_gkmbcoursetable th {
  text-align: center;
}

.tx_gkmbcoursetable th {
  font-weight: normal;
  color: rgb(var(--c-neutral-lightest));
  background: rgb(var(--c-primary));
  font-family: var(--f-family);
}

th.tx_gkmbcoursetable_lengthheader,
th.tx_gkmbcoursetable_parheader,
th.tx_gkmbcoursetable_hcpheader {
  color: rgb(var(--c-primary));
  font-family: var(--f-family-2);
  font-size: var(--f-size-l-1);
  padding: 0.2rem 1.2rem;
  background: transparent;
  padding-bottom: calc(23px + 0.3rem);
}
.tx_gkmbcoursetable th {
  position: relative;
}
.tx_gkmbcoursetable th::before,
.tx_gkmbcoursetable th::after {
  content: '';
  width: 100%;
  display: block;
  height: 10px;
  background: rgb(var(--c-primary));
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.tx_gkmbcoursetable th::after {
  background: rgb(var(--c-secondary));
  bottom: 13px;
}
td.tx_gkmbcoursetable_headermen,
td.tx_gkmbcoursetable_headerwomen,
td.tx_gkmbcoursetable_headerjuniormale {
  background-color: rgb(var(--c-primary));
  color: rgb(var(--c-neutral-lightest));
  font-family: var(--f-family-2);
  font-size: var(--f-size-l-1);
}
.tx_gkmbcoursetable td:nth-child(2) {
  width: 55px;
  padding: 0;
}
.tx_gkmbcoursetable_headerjuniormale {
  -moz-border-radius-bottomleft: var(--b-radius-l);
  -webkit-border-bottom-left-radius: var(--b-radius-l);
  border-bottom-left-radius: var(--b-radius-l);
}
.tx_gkmbcoursetable tr:last-child td:last-child {
  -moz-border-radius-bottomright: var(--b-radius-l);
  -webkit-border-bottom-right-radius: var(--b-radius-l);
  border-bottom-right-radius: var(--b-radius-l);
}
.tx_gkmbcoursetable {
  scrollbar-width: thin;
  overflow-x: auto;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.tx_gkmbcoursetable::-webkit-scrollbar-track {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.tx_gkmbcoursetable::-webkit-scrollbar {
  height: 5px;
}
.tx_gkmbcoursetable::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.tx_gkmbcoursetable{
  scrollbar-color: rgb(var(--c-primary)) rgb(var(--c-neutral-lighter));
}
.tx_gkmbcoursetable::-webkit-scrollbar-track {
  background-color: rgb(var(--c-neutral-lighter));
}
.tx_gkmbcoursetable::-webkit-scrollbar-thumb {
  background-color: rgb(var(--c-primary));
}