﻿@media print {
    body {
        margin : 0;
        box-shadow : 0;    
    }
   
    .container {
        width:100%!important;
    }
    .no-print {
        display : none;
    }

    #divToTop {
        display : none !important;
    }

    div.panel {
        page-break-inside: avoid !important;
        page-break-after: auto !important;
    }
}