.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));
}

.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)) !important;
}