@media print {
    .container > .row,
    body > .wrapper {
        display: block;
    }

    .no-print,
    .widget_nav_menu,
    .menu-mobile-toggle{
        display: none !important;
    }

    table td, table th {
        padding: 3px !important;
    }
}

@media screen {
    .only-print {
        display: none !important;
    }
}