/*
PRINT.CSS
---
Hide elements that should not be printed and adjust elements to fit the paper better
*/

.header-top,
.field-test,
#sidr,
.primary-header,
.breadcrumbs,
.header-intro,
.footer-content,
.footer-bottom-bar,
.sub-footer-toggle,
#simple-menu,
.share-icons,
.sidebar-background,
noscript {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}


/* PAGE ADJUSTMENTS */
h1 {
    margin-top: 0;
}

.sidebar,
.main-content {
    width: auto !important;
    max-width: 26cm;
    height: auto !important;
    margin: 0 !important;
    padding: 1cm 0 !important;
    float: none !important;
    position: static !important;
    display: block !important;
    border: none !important;
    clear: none !important;
}

.sidebar {
    border-top: 1px solid #d3d3d3 !important;
}
