﻿

body {
    margin: 0;

}

header, footer, nav, navbar {
    display: none;
}
.noprint {
    display: none;
}
.sidebar  {
    display: none;
}

/* print.css
main, article, section {
    display: block;
    width: 100%;
}
 */

/* print.css 
main {
    column-width: 8cm;
    column-gap: 2cm;
}*/

/* print.css 
* {
    font-family: serif !important;
    font-size: 16pt !important;
    line-height: 1.5 !important;
    color: black !important;
    background-color: white !important;
    background-image: none !important;
}

main {
    margin: 8mm 0;
}*/