﻿@page {
    margin: 2cm;
}

@media print {


    body {
        color: black !important;
        background: white;
        font-size: 12pt;
    }
    

    #header, #left, #footer {
        display: none;
    }

    .noprint {
        /*display: none;*/
    }

    #center {
        width: 95% !important;
        border: none;
    }

    h1, h2, h3, h4, h5, h6 {
        page-break-after: avoid;
        color: black !important;
    }
    
}
