/* General purpose styles for printing on A4 */
@page {
  size: A4;
  margin: 10mm 5mm 5mm 5mm;
}
top-menu,
side-menu,
div.print_exclude {
  display: none;
}

div#main-panel.sidemenu-adjusted {
  margin-left: 0px;
}

.super-content {
  min-width: 0;
  min-height: 0;
}

div.print_section {
  width: 100%;
  float: none;
  margin: 0;
  page-break-inside: avoid;
}

#bc_booking_detail td,
#bc_liabillity_and_cc_details td,
#bc_signatures td {
  height: 10px !important;
}

.bc_signature_box_60 {
  width: 60% !important;
}

div.spacer {
  padding: 0;
  height: 0.2cm;
}
