
.screenonly, .banner, div.minicalendars.formed,
nav:not(.main_calendar):not(.arrow):not(.location):not(.view) {
  display: none;
}

nav.arrow, nav.view {
  visibility: hidden;
}

td.new a, a.new_booking img { display: none; }

.dwm_main :not(tbody) th {
  color: #0B263B;
}

.dwm_main th a:link {
  color: #0B263B;
}

table.dwm_main {
  border-width: 1px;
  border-color: #879AA8;
}

.dwm_main :not(tbody) th {
  border-left-color: #879AA8;
}

.dwm_main td,
.dwm_main tbody th {
  border-top-color:  #879AA8;
  border-left-color: #879AA8;
}

.dwm_main#month_main td {
  border-top-color:  #879AA8;
}



div.cell_container {
  min-height: 100px;
  height: auto;
}

div.cell_header {
  min-height: 1.4em;
  height: 1.4em;
  max-height: 1.4em;
}

div.booking_list {
  overflow: hidden;
  max-height: none;
}

div.booking_list div {
  box-sizing: border-box;
}


td.A, div.A {border: 2px solid #ffff99}
td.B, div.B {border: 2px solid #99cccc}
td.C, div.C {border: 2px solid #ffffcd}
td.D, div.D {border: 2px solid #cde6e6}
td.E, div.E {border: 2px solid #6dd9c4}
td.F, div.F {border: 2px solid #82adad}
td.G, div.G {border: 2px solid #ccffcc}
td.H, div.H {border: 2px solid #d9d982}
td.I, div.I {border: 2px solid #99cc66}
td.J, div.J {border: 2px solid #e6ffe6}

.ColVis_Button, .dataTables_filter, .dataTables_length, .dataTables_paginate {
  display: none;
}

.ui-resizable-handle {
  display: none;
}
