/* Print-friendly report output; hidden by default, applied only in print media. */

@media print {
  #sidebar,
  #topbar,
  #bottom-nav,
  .mt-fab,
  #toast-container,
  .mt-no-print {
    display: none !important;
  }

  #app-content {
    padding: 0 !important;
  }

  body {
    background: #fff !important;
    color: #000 !important;
  }
}
