@media print {
  body { background: #fff !important; }
  .sidebar, .app-header, .alerts, .actions, .no-print { display: none !important; }
  .app-shell { display: block; }
  .app-main { padding: 0; }
  .panel, .sheet-preview { box-shadow: none; border: 0; }
  a { text-decoration: none; }
}
