@media print {
 .top-bar-header {
       display: none !important;
   }
   
 #mainFrame>.no-style-section {
       display: none;
   }
   
 body {
       background: white !important;
       background-color: white !important;
   }
   
   .mainFrameContent .homepage-section {
       top: -60px;
   }
   
   a[href]:after {
       content: none !important;
     }
     
     
     thead {
     display: table-row-group;
     }
}