﻿@media print {
  

    .noprint {
        display: none;
    }

    aside{
        display:none;
    }

    .page_format {
        left: -60px;
        text-align: center;
        top: -100px;
    }

    .pager {
        top: -100px;
        position: relative;
    }

    .clearance {
        width: 600px;
    }

    td, tr{
        line-height:3px;
/*        font-size: 13px;
*/    }

/*    table{
        width:100%;

    }*/

    .page-header { 
        background-color: black !important;
        -webkit-print-color-adjust: exact;
    }

    .pager1 {
        top: -780px;
        position: relative;
        width: 100%;
    }

    html, body {
        border: 1px solid white;
        height: 99%;
        page-break-after: avoid;
        page-break-before: avoid;
    }

    @page {
        size:letter; /* auto is the initial value */
        /* this affects the margin in the printer settings */
    }



}



.print{
display:none;
}



