@media only print {

    main,
    nav,
    header,
    footer {
        position: sticky;
        width: 100%;
    }

    body, body._defaulttheme {
        margin: 0 !important;
        padding: 0 !important;
        background-color: #ffffff !important;
    }

        body main, body main div {
            margin: 0 !important;
            padding: 0 !important;
            background-color: #ffffff !important;
        }

    grid col* {
        margin: 0 !important;
        padding: 0 !important;
        background-color: #ffffff !important;
    }

    ._printonly {
        display: inline-block;
    }

    nav, footer {
        display: none;
    }

    main {
        overflow: visible;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

        /*.sidebar-expanded, .sidebar-collapse {
        width: 0 !important;
    }*/

        main [class*="col-"] {
            margin: 0 !important;
            padding: 0 !important;
            display: block !important;
            float: none !important;
            width: 100% !important;
            background-color:#ffffff !important;
        }


    #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;
    }
}
