html {
  font-size: 13px;
}

body {
  font-size: 13px;
  background-color: #fff;
}

.sidebar {
  display: none !important;
}

.sidebar.sidebar-menu + #main {
  padding-left: 0;
}

h1 {
  font-size: 34px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 18px;
}

h4, h5 {
  font-size: 13px;
}

a {
  color: inherit;
}

a:hover,
a:active {
  color: inherit;
  text-decoration: none;
}

a[href]:after {
  content: "";
}

.table-hover > tbody > tr:hover {
  background-color: transparent;
}

#chamberMaidList {
  page-break-before: always;
}

.booking-calendar-segment-content {
  background: transparent url(../images/calendar-week-bg-print-small.png?1g7exe) repeat 0px 0px;
}

.booking-calendar-segment.daysize-md .booking-calendar-segment-content {
  background-image: url(../images/calendar-week-bg-print-medium.png?1g7exe);
}
.booking-calendar-segment.daysize-lg .booking-calendar-segment-content {
  background-image: url(../images/calendar-week-bg-print-large.png?1g7exe);
}
.booking-calendar-segment.daysize-xl .booking-calendar-segment-content {
  background-image: url(../images/calendar-week-bg-print-xlarge.png?1g7exe);
}

.booking-calendar-arrow {
  display: none;
}

.journal-header h1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 2.5rem;
}
.journal-header .table-journal-header tbody > tr > td {
  padding: 0.25rem;
  font-size: 1rem;
}

.journal-table-heading {
  font-size: 1.25rem;
}

.journal-section-header h2 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
}

.journal-table thead {
  position: relative;
  top: auto;
}
.journal-table thead > tr > th {
  font-size: 12px;
  padding: 6px;
}
.journal-table tbody > tr > td {
  font-size: 12px;
  padding: 3px 6px;
}
