@media print {
    body {
        margin: 0!important;
    }
    a, a:after {
        word-break: break-word;
    }
    table a[href]:after {
        display: none;
    }
    header, nav, footer, #developertoolbar, #menu-left, .info_c_box, .search-section, .block-menumodule, .ico-rss-small, .share-items {
        display: none!important;
    }
    .page-module {
        padding: 0!important;
    }
    .column {
        width: 100%!important;
        float: none!important;
    }
    .table-responsive {
        width: 100%;
        overflow-y: hidden;
        overflow-x: hidden;
    }
    .table {
        width: 100%;
        overflow-y: hidden;
        overflow-x: hidden;
    }
    .content-white {
        padding: 0!important;
    }
    * {
        word-wrap: break-word!important;
        word-break: break-word!important;
        white-space: unset!important;
    }
    .offSticky {
        position: relative!important;
    }
}