@media print
{
    *, h1, h2, h3, h4, p, label, strong, li, .link, .cell, .caption, em, sub, code, .tooltip, del
    {
        background: #FFF !important;

        color: #000 !important;

        text-shadow: none !important;

        border-color: #000 !important;
    }

    nav, .nav-spacer, .side-menu, .subnav, .totop_scroll, .subnav_btn
    {
        display: none !important;
    }

    header
    {
        background: none !important;
    }s
}