

table.raum {
  border-left: 1px solid #b4c6ec;
  border-top: 1px solid #b4c6ec;
  border-collapse: separate;
}

.raum th {
  color: #365BA6;
  background: #E6E7F6;
  padding: 3px 5px;
  font-size: 10px;
  white-space: nowrap;
  text-align: center;
}

.raum th,
.raum td {
  border-bottom: 1px solid #b4c6ec;
  border-right: 1px solid #b4c6ec;
}

.raumDateDayLabel {
  width: 75px;
}

td.RaumOccupied {
  background: #611319;
  border-bottom: 1px solid #611319;
}

td.firstOcc {
  background: #611319;
  font-size: 9px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  width: 75px;
  max-width: 75px;
  padding-left: 3px;
}

td.RaumSelected {
  background: #36a678;
  border-bottom: 1px solid #36a678;
}

td.firstSel {
  background: #36a678;
  font-size: 9px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  width: 75px;
  max-width: 75px;
  text-align: center;
  padding-left: 3px;
}

td.lastSel,
td.lastOcc {
  border-bottom: 1px solid #b4c6ec;
}

.past {
  background: #EEE;
}



/** Raumreservation auf der Heimseite **/

.raumreservation {
  margin: 10px 0px;
}

.raumreservation th{
  background: #f5f5f5;
  padding: 3px 5px;
  font-size: 90%;
  white-space: nowrap;
  border-left: 2px solid white;
  text-align: center;
}

.raumreservation td{
  background: white;
  padding: 2px;
  text-align: center;
}

td.raumreservation_name {
  text-align: left;
  padding-right: 10px;
  padding-left: 5px;
}


/* Mobile */

@media (max-width: 767px) {
  td.firstSel,
  td.firstOcc {
    width: 30px;
    max-width: 30px;
  }

  th.raumDateDayLabel {
    width: 12.5%;
  }
}