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