table {
  background-color:#eee;
  font-size:12px;
  color: #777;
  width: 100%;
  padding-bottom: 10px;
}
table td {
  text-align: center;
}
thead {
  background-color:#ddd;
  height: 35px;
} 
tr {
  height: 28px;
} 
table caption {
  color: white;
  background: #d2b356;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
  height: 45px;
} 
table caption span {
  font-size: 10px;
  position: relative;
  top: -10px;
}

.busy {
  background: #d2b356;
}
.vacation {
  background: #E4D9B8;
}
#legend span {
  display: inline-block;
  width: 20px;
}
#legend .col-2 {
  padding: 0px;
  font-size: 11px;
}
@media (max-width: 650px) {
  #legend .col-2 {
    width: 50%;
  }
}
.free {
  background-color: #eee;
}
.checkin {
  background-image: linear-gradient(-68deg, #d2b356 50%, #eee 50%);
  
}
.checkout {
  background-image: linear-gradient(-68deg, #eee 50%, #d2b356 50%);
  
}
.checkin_v {
  background-image: linear-gradient(-68deg, #E4D9B8 50%, #eee 50%);
  
}
.checkout_v {
  background-image: linear-gradient(-68deg, #eee 50%, #E4D9B8 50%);
  
}
