table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  padding: 5px 20px;
  text-align: left;
  border-right: 1px solid #b0b0b6;
}

th {
  font-weight: normal;
  font-size: 0.8em;
  text-transform: uppercase;
  color: #b0b0b6;
}

tbody tr:nth-child(even):not(.input) {
  background-color: #f9f9fc;
}

footer {
  margin-top: 5px;
  padding: 5px;
  flex-wrap: wrap;
}

.calendar a {
  text-decoration: none;
}
.calendar .free, .calendar .busy {
  font-size: 200%;
}
.calendar .free {
  color: #F4900C;
}
.calendar .busy {
  color: #b0b0b6;
}

.cubicleform {
  max-width: 500px;
  padding: 30px;
}
.cubicleform input, .cubicleform textarea {
  display: block;
  padding: 5px;
  margin: 20px;
}
.cubicleform textarea {
  height: 200px;
  width: 100%;
}
