@media print {

    body {
        width: 100% !important;
        background-color: #ffffff !important;
    }

    table {
        width: 95%;
    }

    .SuppressPrint {
        display: none !important;
    }

    .pageContainer, .pageContent {
        width: 98% !important;
        max-width: unset !important;
    }

    .pageContainer {
        box-shadow: unset !important;
    }

    .pageHeader {
        /*display:none;*/
    }

    .asrContentContainer {
        width: 100% !important;
    }
}
