.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) {
  text-align: left;
}

.tx_gkmbcoursetable_rating, .tx_gkmbcoursetable th {
  text-align: center;
}

.tx_gkmbcoursetable td:first-child,
.tx_gkmbcoursetable th {
  font-weight: normal;
  color: rgb(var(--c-neutral-lightest));
  background: rgb(var(--c-primary));
  font-family: var(--f-family);
}

.tx_gkmbcoursetable th:first-child {
  border-top-left-radius: var(--b-radius-l);
}

th.tx_gkmbcoursetable_hcpheader {
  border-top-right-radius: var(--b-radius-l);
}

.tx_gkmbcoursetable_headerwomen {
  border-bottom-left-radius: var(--b-radius-l);
}

.tx_gkmbcoursetable tr:last-child .tx_gkmbcoursetable_rating:last-child {
  border-bottom-right-radius: var(--b-radius-l);
}