@media print {
  html, body { height: initial; }
  .no-print { display: none; }
  header, .top_menu_nav, footer, .main_table .left_menu_container { display: none !important; }
  .main_table .content_section.has-left-col { margin-left: 0; }
}