#termine .fett {
  font-weight: 500;
}

#termine .colDate {
  width: 23%;
}

#termine .colEvent {
  width: 51%;
}

#termine .colPlace {
  width: 26%;
}

#eisbelegung .colDate {
  width: 17%;
}

#eisbelegung .colTime {
  width: 15%;
}

#eisbelegung .colSheet {
  width: 9%;
}

#eisbelegung .colTitle {
  width: auto;
}

#eisbelegung .cm {
  color: blue;
}

#eisbelegung .ecm {
  color: darkorange;
}

#eisbelegung .frei {
  color: green;
  font-weight: 500;
}

#eisbelegung .geleitet {
  color: black;
  font-weight: 500;
}

#eisbelegung .besetzt {
  color: red;
  font-weight: 500;
}

#eisbelegung .noBorder {
  border-top: none;
}

#eisbelegung .thinBorder {
  border-top: solid;
  border-top-width: 1px;
  border-top-color: #ccc;
}

#eisbelegung .thickBorder {
  border-top: solid;
  border-top-width: 2px;
  border-top-color: #ccc;
}

