
@media print{ @page
        {
            size: landscape;
        }}
body{
background:transparent !important;

  -webkit-print-color-adjust:exact;
}
@page
{
    size: auto;   /* auto is the initial value */

    /* this affects the margin in the printer settings */
    margin: 25mm 25mm 25mm 25mm;
}

body
{
  background:transparent !important;

    /* this affects the margin on the content before sending to printer */
    margin: 0px;
} @media print {
    td {page-break-after: always;}
}
div.screenonly { display: none; }
span.check-entry {display:none;}
a.new_booking img { display: none; }

*, *:before, *:after {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: border-box;
}
.column, .columns {
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    position: relative;
}
.column, .columns {
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    position: relative;
}
.small-3 {
    width: 25%;
}

img { display: none}



table.dwm_main {

	font-size: 90%;
    border-width: 1px;
    border-color: gray;}

.dwm_main th {
    border-left-color: gray}

.dwm_main td {
    border-top-color:  #ffffff;
    border-left-color: gray;
   }

.dwm_main#month_main td {
    border-top-color:  #ffffff}

table#colour_key {margin-top: 1em}

