#logo_for_print {
    display: none;
}
@media print { 
    .card1, 
    #nav-bar,
    .menu2,
    .funct,
    .templete1 > .bg,
    .footer .colwrap,
    .wrap2,
    .right-menu,
    div.box-with-left-menu.tol div.menu.tol,
    .grey-title-box.uniwrap-in-left,
    .templete1 .content .wrap2, 
    .footer_bottom .click {
        display: none;
    }
    .box-with-left-menu .content .title {
        color: #B9131A !important;
    }
    .footer .bg {
        background: transparent !important;
    }
    .footer {
        padding-top: 10px;
    }
    .content,
    .box-with-left-menu {
        float: none !important;
        width: auto !important;
    }
    .content:before, .content:after {
        display: table;
        content: " ";
    }
    .content:after {
        clear: both;
    }
    .templete1 .uniwrap {
        margin: 0 20px;
    }
    .box-with-left-menu > .content {
        padding: 20px;
    }
    table, th, td {
        border: 1px solid #000 !important;
        border-collapse: collapse !important;
    }
    .footer_bottom .text.tol {
        width: 80%;
        margin-right: 0;
    }
    .footer_bottom .logo.tor {
        width: 20%;
    }
    .footer_bottom .logo.tor img {
        max-width: 100%;
        display: none;
    }
    #logo_for_print {
        display: block;
    }
    .top .logo {
        width: 100%;
        position: static !important;
        margin-top: 20px;
    }
    .top .logo img {
        width: 45%;
    }
    .templete1 .top .wrap1 {
        height: auto;
    }
}