/* PRINT CSS
*********************************************/
#header {
  display: none !important;
}
#page_header {
  display: none !important;
}
#content {
  margin-top: 0 !important;
}
.no_print {
  display: none !important;
}

.time_slot {
  visibility: hidden !important;
}
.time_slot.reserved {
  visibility: visible !important;
}
#tablebooking #list-wrapper tr {
  border-bottom: 1px solid #CBCBCB;
}