﻿@media print {
   .navbar, .headerbox, .footer, .noPrint * { 
       display: none !important; }
   .backColor{
       background-color: none !important;
   }
   .backstretch { 
       display: none;
   }
   a[href]:after {
       content: none !important;
   }

   body {
            
       margin: 0 !important;            
       padding-top:2px!important;            
       padding-bottom:2px!important;            
       padding-left: 0px !important;
       padding-right: 0px !important;
       min-width: 992px;
       margin-top: -70px !important;
       background-color:white !important;
    }

}
