
/* * This applies to the window not the print preview. It ensures all
of the content is visible on the window. */
/* Do not add any padding to the window. If required add it to 
the content inside. The vsteam club leaflet advert is set to A5
size and adding any padding would add blank space around the 
leaflet */
.body-print-window {
    height: unset; /* * See the note above. */
    width: unset; /* * See the note above. */
}
