@media print {
  .nexus-topbar,
  .nexus-sidebar-left,
  .nexus-sidebar-right,
  .nexus-statusbar,
  #toast-container,
  .topbar-btn,
  .btn:not(.print-include) {
    display: none !important;
  }

  .nexus-shell {
    display: block;
    height: auto;
    overflow: visible;
  }

  .nexus-main {
    overflow: visible;
    height: auto;
  }

  .module-container {
    overflow: visible;
    height: auto;
  }

  body {
    background: white;
    color: black;
    font-size: 12pt;
    overflow: visible;
  }

  h1, h2, h3, h4, h5, h6 { color: black; }
  a { color: black; text-decoration: underline; }

  @page {
    margin: 1in;
  }
}
