@media print {
                div.content-container {
                               position: inherit;
                }
                
                #content-container {
                               margin: 0px;
                               border: none;
                }
                
                /*hide elements*/
                .breadcrumb,
                span#toTop-right,
                .schema-navbar,
                #off-canvas-menu {
                               display: none;
                               border: none;
                }
                
                .mCSB_container {
                               overflow: visible;
                               width: 100%;
                               height: 100%;
                }
                
                /*set position 0 of content, print start always at the top of the page*/
                div#mCSB_1_container {
                               top: 0px !important;
                }
                
                div.collapse {
                               display: block;
							   height: 100% !important;
                }
} 
