.tx_gkmbcoursetable th,
.tx_gkmbcoursetable td {
  padding: 0.3em 0.5em;
  vertical-align: middle;
  border: 2px solid rgb(var(--c-neutral-lightest));
  background: rgb(var(--c-neutral-lighter));
}

.content > .frame:nth-child(2n) .tx_gkmbcoursetable th,
.content > .frame:nth-child(2n) .tx_gkmbcoursetable td {
  border: 2px solid rgb(var(--c-neutral-lighter));
  background: rgb(var(--c-neutral-lightest));
}

.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;
  font-family: var(--f-family-h-sb);
  text-transform: uppercase;
}

.tx_gkmbcoursetable td[rowspan="3"], .tx_gkmbcoursetable th:first-child {
  display: none;
}