/* This is a print stylesheet */
@page {
  size: a4;
  margin: 1.6em; }

body {
  font-family: sans-serif;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  background: #fff;
  color: #000;
  font-size: 1em;
  line-height: 1.5em; }

.booking-stages {
  display: none; }

.booking-stages.active {
  display: block; }

.payment-due-summary {
  list-style: none; }

.no-print {
  display: none; }
