/* Explicitly printable */
.printable, .printable *{
    /*background-color: green;*/
}
/*.printable {
    display: block;
}*/

/* Explicitly non-printable */ 
.nonprintable {
    display: none;
    /*background-color: red;*/
}

body {
    /*margin: 0 !important;
    padding: 0 !important;*/
    background-color:white;
    font-size: 12pt;

    /*display: none;*/
}

/*body * { display: none; }*/

/* Don't print the header */
#header { display: none; top: 0; }

/* Don't print the main menu, but do print the content itself (and not in a scroll box) */
#mainMenu { overflow: unset; }
#mainMenu md-tabs-wrapper { display: none; }
#mainMenu md-tabs-content-wrapper { top: 0px; bottom: unset; overflow: unset; }
#mainMenu md-tab-content { bottom: unset; overflow: hidden; }
/*#mainMenu { margin: 0; padding: 0 }*/
