@media only print {

    #content,
    main,
    nav,
    header,
    #wrapper,
    footer {
        position: sticky;
        width: 100%;
    }

    #content {
        margin: 0 !important;
        padding: 0 !important;
    }

    #content grid col* {
        margin: 0 !important;
        padding: 0 !important;
    }

    ._printonly {
        display:inline-block;
    }

    header, nav, #titlepanel {
        display: none;
    }

    main, #wrapper, #content {
        margin: 0 !important;
        padding: 0 !important;
    }

    main {
        overflow: visible;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /*.sidebar-expanded, .sidebar-collapse {
        width: 0 !important;
    }*/

    main [class*="col-"] {
        padding-left: 0 !important;
        display: block !important;
        float: none !important;
        width: 100% !important;
    }

    .timesheetsummary {
        width: 45%;
        float: left;
    }

    .timesheethours {
        width: 45%;
        float: left;
        padding-left: 10px;
    }

    #notesbutton, .currentweek, #feedbackpanel {
        display: none;
    }

    /* Hide the browser's default checkbox */
    .container input {
        opacity: 100 !important;
        z-index: 1000 !important;
    }

        /* Show the checkmark when checked */
        .container input:checked ~ .checkmark:after {
            display: none !important;
        }

    /* Create a custom checkbox */
    .checkmark {
        display: none !important;
    }


    /*body {
        overflow: visible;
    }*/


    ._pagebreak {
        page-break-after: always;
    }

    ._printheader {
        font-size:300% !important;
        border-bottom:1px solid #ccc;
        padding-bottom:10px;
        padding-left:0 !important;
    }

    ._noprint {
        display:none !important;
    }
}
