﻿/*---------------------*/
/* Standard Layout CSS */
/*---------------------*/

/* Spacer element */
div.spacer {
    clear: both;
    margin: 0 10px 10px 0;
    display: block; /*min-height: 1px;*/
}

/* Container element */
div.container {
    border: 1px solid #C0C0C0;
    overflow-x: auto;
    overflow-y: visible; /* For popups */
}

/* Non-printable elements */
@media print {
    .header, .nav, .info, .footer, div.buttons, div.controls {
        display: none !important;
    }
}
