#blokschema {
  padding: 0 20px;

}
.blokken {
  margin-top: 20px;
  font-family: "Bai Jamjuree", sans-serif;
  margin-bottom: 20px;
}
.tables {
  width: 100%;
}
.tables th {
  padding: 5px 10px;
  white-space: nowrap;
}

.reservering {
  border: 1px solid white;
  background: #eee;
  background-color: #343766;
  color: white;
  border-radius: 5px;
  top: 0;
  padding: 2px 4px;
}
.reservering.active {
  border: 1px solid black;
}
.reservering.outoftime {
  border-color: red;
  background-color: #ffaaaa;
}
.countdate.added {
  color: red;
}
tr td {
  position: relative;
}
.line {
  position: absolute;
  width: 1px;
  height: 100%;
  border-left: 1px dotted #ddd;
  top: 0;
  color: #aaa;
  font-size: 10px;
}

.reservering a {
  text-decoration: none;
  color: white;
}
.eindtijdedit {
  position: absolute;
  right: 2px;
  bottom: 2px;
  text-align: center;
  background: #774cf3;
  color: white;
  border-radius: 5px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-decoration: none;
}
.minus {
  right: 25px;
}
.plus {
  top: auto;
  bottom: 2px;
}