#treasuryTable{overflow:auto;max-height:68vh;position:relative;border-radius:10px;background:#fff}
.treasury-table{min-width:4300px;border-collapse:separate;border-spacing:0;counter-reset:sheet-row}
.treasury-table th,.treasury-table td{padding:8px 7px;vertical-align:top;max-width:190px;white-space:normal;border-right:1px solid #e8edf2;border-bottom:1px solid #e8edf2;background:#fff}
.treasury-table thead th{position:sticky;top:0;z-index:4;background:#eef4fa;color:#39516b;box-shadow:0 1px 0 #cfd9e3}
.treasury-table tbody tr:hover td{background:#f5f9ff}
.treasury-table th:nth-child(1),.treasury-table td:nth-child(1){position:sticky;left:0;z-index:3;width:42px;min-width:42px;text-align:center;background:#f2f5f8}
.treasury-table th:nth-child(2),.treasury-table td:nth-child(2){position:sticky;left:42px;z-index:3;width:145px;min-width:145px;background:#fff}
.treasury-table th:nth-child(3),.treasury-table td:nth-child(3){position:sticky;left:187px;z-index:3;width:145px;min-width:145px;background:#fff;box-shadow:2px 0 3px rgba(20,42,65,.08)}
.treasury-table thead th:nth-child(-n+3){z-index:6;background:#e6eef7}
.treasury-table td:focus-within{outline:2px solid var(--blue);outline-offset:-2px;background:#eef6ff}
.treasury-table textarea,.treasury-table select{padding:6px;font-size:10px;min-width:150px}
.treasury-save{display:block;margin-top:5px;padding:6px 10px;font-size:10px}
@media print{
  @page{size:A3 landscape;margin:6mm}
  #treasuryView,#treasuryView *{visibility:visible}
  #treasuryView{position:absolute!important;inset:0!important;padding:0!important;width:100%!important}
  #treasuryView .legal-head{display:flex!important;margin:0 0 7px!important}
  #treasuryView .legal-head .eyebrow,#treasuryView .legal-head p{display:none!important}
  #treasuryPrintMeta{display:block;margin-left:auto}
  .treasury-table{min-width:0;width:100%;font-size:4.6pt;table-layout:auto}
  .treasury-table th,.treasury-table td{display:table-cell!important;padding:2px!important;color:#000!important;max-width:none;overflow-wrap:anywhere}
  .treasury-table th,.treasury-table td{position:static!important;box-shadow:none!important;background:#fff!important;min-width:0!important;width:auto!important}
  .treasury-table textarea{border:0!important;padding:0!important;min-width:0!important;font-size:4.6pt;resize:none;background:#fff!important;color:#000!important}
}
