.hide-on-print {
  display: none !important;
}

@page {
  size: landscape !important;
}
body {
  height: unset !important;
  overflow: visible !important;
}

#body-container {
  height: unset !important;
  overflow: visible !important;
}

main#main {
  height: unset !important;
  overflow: visible !important;
  max-width: unset !important;
}

#table-col {
  overflow: visible !important;
  max-width: unset !important;
}

/*# sourceMappingURL=common.print.css.map */
