/* v20: recon hard red, USD header, print chrome */
#tbl-bankRecon tr.hard-red td,
#tbl-purchases tr.hard-red td,
#tbl-sales tr.hard-red td,
#tbl-equity tr.hard-red td{
  background:#ffebee !important;
  color:#8b0000;
  font-weight:700;
}
#tbl-bankRecon tr.hard-red .badge-soft,
#tbl-bankRecon .badge-hard{
  background:#c62828 !important;
  color:#fff !important;
  font-weight:700;
}
#tbl-purchases thead th{
  writing-mode:horizontal-tb;
  font-variant-numeric:tabular-nums;
}
@media print{
  .app-header, .disclaimer-bar, .retention-bar, .sidebar, #sidebar,
  .sidebar-backdrop, .header-actions, .mobile-nav-toggle, #ui-bottom,
  .ui-bottom, .toast, .more-wrap, #audit-panel, nav, .ui-hero, .ui-map-wrap{
    display:none !important;
  }
  body.print-auditor .section{display:none !important;}
  body.print-auditor #sec-auditor-report,
  body.print-auditor #sec-auditpack{
    display:block !important;
  }
}
