@page{
    margin:60px 0;
    size:A4;
}
@media print{
    html, body{
        width:210mm;
        height:250mm;
        background: none;
    }

    td {
        padding: 10px;
        border: 1px solid black;
    }
}

*{
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    background:none;
}
/* div,p{font-family:Times;} */
h1{ font-size:240%; }
h2{ font-size:180%; }
h3{ font-size:140%; }
h1, h2, h3{
    margin:0 0 10px;
    font-weight:400;
    /* font-family:Times; */
}
a{ text-decoration:underline; }
article a[href]:after{
    content:' (' attr(href) ')';
    font-size:100%;
}
abbr:after, acronym:after{ padding-left:15px; content:'(' attr(title) ')'; font-style:italic }

.template{
    width:1024px;
}

.template_header{
    margin: 0;
    border:none;
}

.template_header > .phoneBox + .phoneBox > a, 
.alta25, 
.maintpbg,
.upQuality {
    display:none;
}

.template_container{
    padding:0;
}

.mainMenu, .headerDocument, .commentsList, .template_footer,
.pTamdoc form, .pNews_articleInfo, .pTnved_serviceIcons, .pTam_widget, .no-print
{
    display: none;
}

.toTop-show {
    display: none !important;
}

.boxSubstrate:before{
    display:none;
}