#est-app{--est-bg:#0f1117;--est-surface:#171b26;--est-surface2:#1e2333;--est-border:rgba(255,255,255,0.09);--est-border2:rgba(255,255,255,0.16);--est-text:#f0f2f8;--est-muted:#9ca3af;--est-hint:#4b5563;--est-blue:#3b82f6;--est-blue-bg:rgba(59,130,246,0.15);--est-blue-text:#93c5fd;--est-teal:#14b8a6;--est-teal-bg:rgba(20,184,166,0.15);--est-teal-text:#5eead4;--est-green:#22c55e;--est-green-bg:rgba(34,197,94,0.12);--est-green-text:#86efac;--est-amber:#f59e0b;--est-amber-bg:rgba(245,158,11,0.12);--est-amber-text:#fcd34d;--est-red:#ef4444;--est-red-bg:rgba(239,68,68,0.12);--est-red-text:#fca5a5;--est-purple:#8b5cf6;--est-purple-bg:rgba(139,92,246,0.15);--est-purple-text:#c4b5fd;--est-r:10px;--est-rl:14px;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;font-size:15px;line-height:1.6;background:var(--est-bg);color:var(--est-text);min-height:100vh;box-sizing:border-box}
#est-app *,#est-app *::before,#est-app *::after{box-sizing:border-box;margin:0;padding:0}

/* White theme */
#est-app.theme-white{--est-bg:#f4f6fa;--est-surface:#ffffff;--est-surface2:#f0f2f8;--est-border:rgba(0,0,0,0.08);--est-border2:rgba(0,0,0,0.14);--est-text:#111827;--est-muted:#4b5563;--est-hint:#9ca3af;--est-blue:#2563eb;--est-blue-bg:rgba(37,99,235,0.10);--est-blue-text:#1d4ed8;--est-teal:#0d9488;--est-teal-bg:rgba(13,148,136,0.10);--est-teal-text:#0f766e;--est-green:#16a34a;--est-green-bg:rgba(22,163,74,0.10);--est-green-text:#15803d;--est-amber:#d97706;--est-amber-bg:rgba(217,119,6,0.10);--est-amber-text:#b45309;--est-red:#dc2626;--est-red-bg:rgba(220,38,38,0.10);--est-red-text:#b91c1c;--est-purple:#7c3aed;--est-purple-bg:rgba(124,58,237,0.10);--est-purple-text:#6d28d9}

/* Overlay / Modal */
#est-app .est-overlay{display:none;position:fixed;inset:0;z-index:99999;background:rgba(0,0,0,0.75);align-items:center;justify-content:center;padding:1rem}
#est-app .est-overlay.show{display:flex}
#est-app .est-modal-box{background:var(--est-surface);border:1px solid var(--est-border2);border-radius:var(--est-rl);padding:2rem;width:380px;max-height:90vh;overflow-y:auto}
#est-app .est-modal-box h3{font-size:18px;font-weight:700;margin-bottom:.3rem;color:var(--est-text)}
#est-app .est-msub{font-size:14px;color:var(--est-muted);margin-bottom:1.5rem}
#est-app .est-msec{border:1px solid var(--est-border);border-radius:var(--est-r);padding:1.1rem;margin-bottom:.85rem}
#est-app .est-msec-title{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.6rem}
#est-app .est-link{font-size:13px;color:var(--est-muted);cursor:pointer;text-decoration:underline;text-align:center;margin-top:1rem}
#est-app .est-pf{margin-bottom:8px}
#est-app .est-pf label{font-size:13px;color:var(--est-muted);display:block;margin-bottom:4px;font-weight:600}
#est-app .est-pf input{width:100%;padding:9px 40px 9px 12px;border:1px solid var(--est-border2);border-radius:var(--est-r);font-size:15px;background:var(--est-surface2);color:var(--est-text);font-family:inherit}
#est-app .est-pf input:focus{outline:none;border-color:var(--est-blue);box-shadow:0 0 0 3px rgba(59,130,246,0.18)}
#est-app .est-err{font-size:13px;min-height:18px;margin-top:6px;color:var(--est-red-text)}
#est-app .est-bts{border:none;border-radius:var(--est-r);padding:10px;width:100%;font-size:14px;font-weight:700;font-family:inherit;cursor:pointer;margin-top:.75rem}
#est-app .est-str-wrap{margin-top:5px;height:4px;border-radius:2px;background:var(--est-hint);overflow:hidden}
#est-app .est-str-bar{height:100%;width:0;transition:width .3s,background .3s;border-radius:2px}

/* Login box */
#est-app .est-login-box{background:var(--est-surface);border:1px solid var(--est-border2);border-radius:var(--est-rl);padding:2.5rem 2rem;width:380px;text-align:center}
#est-app .est-app-icon{width:56px;height:56px;background:var(--est-blue-bg);border:1px solid rgba(59,130,246,0.35);border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}
#est-app .est-app-icon svg{width:26px;height:26px;stroke:var(--est-blue);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
#est-app .est-login-box h2{font-size:20px;font-weight:700;margin-bottom:.3rem;color:var(--est-text)}
#est-app .est-sub{font-size:14px;color:var(--est-muted);margin-bottom:1.5rem}
#est-app .est-role-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:1.25rem}
#est-app .est-role-tab{padding:10px 6px;border:1px solid var(--est-border2);border-radius:var(--est-r);font-size:13px;font-weight:600;color:var(--est-muted);background:var(--est-surface2);cursor:pointer;transition:all .15s;font-family:inherit;line-height:1.4}
#est-app .est-role-tab svg{width:15px;height:15px;display:block;margin:0 auto 4px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
#est-app .est-role-tab.av{border-color:rgba(139,92,246,0.5);color:var(--est-purple-text);background:var(--est-purple-bg)}
#est-app .est-role-tab.au{border-color:rgba(20,184,166,0.5);color:var(--est-teal-text);background:var(--est-teal-bg)}
#est-app .est-role-tab.as{border-color:rgba(245,158,11,0.5);color:var(--est-amber-text);background:var(--est-amber-bg)}
#est-app #est-login-pw{width:100%;padding:12px 44px 12px 14px;background:var(--est-surface2);border:1px solid var(--est-border2);border-radius:var(--est-r);font-size:16px;color:var(--est-text);font-family:inherit}
#est-app #est-login-pw:focus{outline:none;border-color:var(--est-blue)}
#est-app .est-eye-btn{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:var(--est-muted);padding:4px;display:flex;align-items:center}
#est-app .est-eye-btn svg{width:17px;height:17px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}

/* Header */
#est-app .est-header{background:var(--est-surface);border-bottom:1px solid var(--est-border);padding:.9rem 1.5rem;display:flex;align-items:center;gap:14px;position:sticky;top:0;z-index:500}
#est-app .est-logo{height:38px;max-width:140px;object-fit:contain;display:block}
#est-app .est-hdr-icon{width:38px;height:38px;background:var(--est-blue-bg);border:1px solid rgba(59,130,246,0.3);border-radius:11px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
#est-app .est-hdr-icon svg{width:20px;height:20px;stroke:var(--est-blue);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
#est-app .est-hdr-title h1{font-size:18px;font-weight:800;letter-spacing:-0.04em;background:linear-gradient(90deg,var(--est-text) 55%,var(--est-blue-text));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}
#est-app .est-hdr-title p{font-size:12px;color:var(--est-muted);margin-top:2px}
#est-app .est-hdr-actions{margin-left:auto;display:flex;align-items:center;gap:10px}
#est-app .est-themes{display:flex;align-items:center;gap:5px;padding:5px 10px;background:var(--est-surface2);border:1px solid var(--est-border2);border-radius:24px}
#est-app .est-dot{width:15px;height:15px;border-radius:50%;border:2px solid rgba(255,255,255,0.15);cursor:pointer;padding:0;transition:transform .15s;flex-shrink:0}
#est-app .est-dot:hover{transform:scale(1.3);border-color:rgba(255,255,255,0.5)}
#est-app .est-dot.active{transform:scale(1.2);border-color:#fff;box-shadow:0 0 0 2px rgba(255,255,255,0.25)}
#est-app .est-role-badge{display:flex;align-items:center;gap:7px;padding:6px 14px;border-radius:var(--est-r);font-size:13px;font-weight:600;cursor:pointer;border:1px solid;user-select:none}
#est-app .est-role-badge svg{width:13px;height:13px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
#est-app .est-rb-v{background:var(--est-purple-bg);color:var(--est-purple-text);border-color:rgba(139,92,246,0.35)}
#est-app .est-rb-u{background:var(--est-teal-bg);color:var(--est-teal-text);border-color:rgba(20,184,166,0.35)}
#est-app .est-rb-s{background:var(--est-amber-bg);color:var(--est-amber-text);border-color:rgba(245,158,11,0.35)}
#est-app .est-btn-login{display:flex;align-items:center;gap:7px;padding:7px 16px;background:var(--est-blue-bg);color:var(--est-blue-text);border:1px solid rgba(59,130,246,0.35);border-radius:var(--est-r);font-size:14px;font-weight:600;font-family:inherit;cursor:pointer}
#est-app .est-btn-login svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}

/* Main */
#est-app .est-main{max-width:1000px;margin:0 auto;padding:1.75rem 1.5rem 5rem}
#est-app .est-card{background:var(--est-surface);border:1px solid var(--est-border);border-radius:var(--est-rl);padding:1.5rem 1.75rem;margin-bottom:1.1rem}

/* Section headings */
#est-app .est-sec-head{display:flex;align-items:center;gap:14px;margin-bottom:1.5rem}
#est-app .est-sec-icon{width:44px;height:44px;border-radius:13px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 14px rgba(0,0,0,0.3)}
#est-app .est-sec-icon svg{width:20px;height:20px}
#est-app .est-sec-title{font-size:20px;font-weight:800;letter-spacing:-0.035em;color:var(--est-text);line-height:1.2}
#est-app .est-sec-sub{font-size:13px;color:var(--est-muted);margin-top:3px}
#est-app .est-inner-head{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--est-blue-text);padding:.7rem 0;margin:.6rem 0 .7rem;border-bottom:1px solid var(--est-border);position:relative}
#est-app .est-inner-head::before{content:'';position:absolute;bottom:-1px;left:0;width:52px;height:2px;background:var(--est-blue);border-radius:2px}
#est-app .est-inner-head svg{width:15px;height:15px;stroke:var(--est-blue);fill:none;stroke-width:2.5;flex-shrink:0}

/* Grids */
#est-app .est-g2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
#est-app .est-g4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}

/* Form fields */
#est-app .est-f label{font-size:13px;color:var(--est-muted);display:block;margin-bottom:5px;font-weight:600}
#est-app .est-f input{width:100%;background:var(--est-surface2);border:1px solid var(--est-border2);border-radius:var(--est-r);padding:9px 13px;font-size:15px;font-family:inherit;color:var(--est-text);transition:border-color .15s}
#est-app .est-f input:focus{outline:none;border-color:var(--est-blue);box-shadow:0 0 0 3px rgba(59,130,246,0.18)}
#est-app .est-f input[readonly]{color:var(--est-muted);cursor:default;border-color:var(--est-border)}
#est-app .est-f input::placeholder{color:var(--est-hint)}
#est-app .est-auto-r{color:var(--est-blue-text)!important;font-weight:600;font-family:monospace;background:var(--est-blue-bg)!important;border-color:var(--est-border)!important}
#est-app .est-auto-a{color:var(--est-teal-text)!important;font-weight:600;font-family:monospace;background:var(--est-teal-bg)!important;border-color:var(--est-border)!important}
#est-app .est-ro{font-family:monospace}
#est-app .est-net-r{color:var(--est-blue-text)!important;font-weight:700!important;font-family:monospace}
#est-app .est-net-a{color:var(--est-teal-text)!important;font-weight:700!important;font-family:monospace}

/* Readings grid */
#est-app .est-readings-head{display:grid;grid-template-columns:100px repeat(6,minmax(0,1fr));gap:10px;padding:0 0 8px;border-bottom:1px solid var(--est-border);margin-bottom:6px}
#est-app .est-readings-head span{font-size:12px;color:var(--est-muted);font-weight:600}
#est-app .est-reading-row{display:grid;grid-template-columns:100px repeat(6,minmax(0,1fr));gap:10px;align-items:center;padding:12px 0;border-bottom:1px solid var(--est-border)}
#est-app .est-reading-row:last-of-type{border-bottom:none}
#est-app .est-user-lbl{display:flex;flex-direction:column;gap:6px;align-items:flex-start}
#est-app .est-av{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700}
#est-app .est-av-r{background:var(--est-blue-bg);color:var(--est-blue-text);border:1px solid rgba(59,130,246,0.25)}
#est-app .est-av-a{background:var(--est-teal-bg);color:var(--est-teal-text);border:1px solid rgba(20,184,166,0.25)}
#est-app .est-uname{font-size:14px;font-weight:700;color:var(--est-text)}

/* Buttons */
#est-app .est-btn-primary{background:var(--est-blue);color:#fff;border:none;border-radius:var(--est-r);padding:11px 24px;font-size:15px;font-weight:700;font-family:inherit;cursor:pointer}
#est-app .est-btn-primary:hover{background:#2563eb}
#est-app .est-btn-primary:disabled{background:var(--est-hint);cursor:not-allowed}
#est-app .est-btn-secondary{background:transparent;color:var(--est-muted);border:1px solid var(--est-border2);border-radius:var(--est-r);padding:11px 20px;font-size:14px;font-family:inherit;cursor:pointer}
#est-app .est-btn-secondary:hover{background:var(--est-surface2);color:var(--est-text)}
#est-app .est-w100{width:100%;padding:12px;font-size:15px}
#est-app .est-btn-row{display:flex;gap:10px;margin-top:6px;flex-wrap:wrap;align-items:center}

/* History */
#est-app .est-hist-head{display:flex;align-items:center;justify-content:space-between;margin:1.75rem 0 .85rem;gap:12px}
#est-app .est-month-block{background:var(--est-surface);border:1px solid var(--est-border);border-radius:var(--est-rl);margin-bottom:.9rem;overflow:hidden}
#est-app .est-month-hdr{display:flex;justify-content:space-between;align-items:center;padding:.9rem 1.4rem;background:var(--est-surface2);border-bottom:1px solid var(--est-border)}
#est-app .est-month-title{font-size:16px;font-weight:700;color:var(--est-text)}
#est-app .est-month-meta{font-size:12px;color:var(--est-muted);margin-top:3px}
#est-app .est-badge-net{font-size:12px;font-weight:600;padding:4px 12px;border-radius:20px;background:var(--est-green-bg);color:var(--est-green-text);border:1px solid rgba(34,197,94,0.2)}
#est-app .est-info-bar{display:flex;gap:1.25rem;flex-wrap:wrap;padding:.75rem 1.4rem;background:var(--est-green-bg);border-bottom:1px solid rgba(34,197,94,0.18);font-size:13px;color:var(--est-green-text)}
#est-app .est-info-bar .item span{font-weight:700;font-family:monospace}
#est-app .est-tbl{width:100%;border-collapse:collapse;font-size:14px;min-width:600px}
#est-app .est-tbl thead th{background:rgba(255,255,255,0.03);color:var(--est-muted);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:10px 13px;text-align:left;border-bottom:1px solid var(--est-border)}
#est-app .est-tbl tbody td{padding:11px 13px;border-bottom:1px solid var(--est-border);color:var(--est-text);font-size:14px}
#est-app .est-tbl tbody tr:last-child td{border-bottom:none}
#est-app .est-total-row{background:rgba(34,197,94,0.05)}
#est-app .est-mono{font-family:monospace;font-size:14px}
#est-app .est-net-r{color:var(--est-blue-text);font-weight:700;font-family:monospace}
#est-app .est-net-a{color:var(--est-teal-text);font-weight:700;font-family:monospace}
#est-app .est-net-t{color:var(--est-green-text);font-weight:700;font-family:monospace}
#est-app .est-pill{display:inline-block;padding:3px 10px;border-radius:20px;font-size:13px;font-weight:600}
#est-app .est-pill-r{background:var(--est-blue-bg);color:var(--est-blue-text)}
#est-app .est-pill-a{background:var(--est-teal-bg);color:var(--est-teal-text)}
#est-app .est-pill-t{background:var(--est-green-bg);color:var(--est-green-text)}
#est-app .est-pill-g{background:rgba(255,255,255,0.06);color:var(--est-muted)}
#est-app .est-edit-btn,#est-app .est-del-btn{background:none;border:1px solid var(--est-border);color:var(--est-muted);border-radius:7px;padding:5px 12px;font-size:13px;font-family:inherit;cursor:pointer;transition:all .15s}
#est-app .est-edit-btn:hover{background:var(--est-amber-bg);color:var(--est-amber-text);border-color:rgba(245,158,11,0.35)}
#est-app .est-del-btn:hover{background:var(--est-red-bg);color:var(--est-red-text);border-color:rgba(239,68,68,0.35)}
#est-app .est-pdf-btn{background:var(--est-red-bg);color:var(--est-red-text);border:1px solid rgba(239,68,68,0.3);border-radius:7px;padding:5px 12px;font-size:13px;font-weight:700;font-family:inherit;cursor:pointer;display:inline-flex;align-items:center;gap:5px}
#est-app .est-pdf-btn svg{width:12px;height:12px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}

/* Edit panel */
#est-app .est-ep{display:none;background:var(--est-surface2);border-top:1px solid var(--est-border);padding:1.4rem}
#est-app .est-ep.open{display:block}
#est-app .est-ep-title{font-size:12px;font-weight:700;color:var(--est-amber-text);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}
#est-app .est-ef label{font-size:12px;color:var(--est-muted);display:block;margin-bottom:5px;font-weight:600}
#est-app .est-ef input{width:100%;padding:8px 11px;border:1px solid var(--est-border2);border-radius:var(--est-r);font-size:14px;background:var(--est-surface);color:var(--est-text);font-family:monospace}
#est-app .est-ef input:focus{outline:none;border-color:var(--est-amber);box-shadow:0 0 0 3px rgba(245,158,11,0.18)}
#est-app .est-bes{background:var(--est-amber);color:#000;border:none;border-radius:var(--est-r);padding:9px 20px;font-size:14px;font-weight:700;font-family:inherit;cursor:pointer}
#est-app .est-bec{background:none;color:var(--est-muted);border:1px solid var(--est-border2);border-radius:var(--est-r);padding:9px 16px;font-size:14px;font-family:inherit;cursor:pointer}

/* Locked */
#est-app .est-locked{text-align:center;padding:3.5rem 1rem;border:1px dashed var(--est-border2);border-radius:var(--est-rl)}
#est-app .est-locked svg{width:40px;height:40px;margin:0 auto 1.1rem;display:block;color:var(--est-hint)}
#est-app .est-locked-title{font-size:17px;font-weight:700;color:var(--est-muted);margin-bottom:.5rem}
#est-app .est-locked-sub{font-size:14px;color:var(--est-hint);margin-bottom:1.4rem}

/* Audit */
#est-app .est-audit-list{display:none}
#est-app .est-audit-list.open{display:block}
#est-app .est-audit-item{display:flex;align-items:flex-start;gap:13px;padding:10px 0;border-bottom:1px solid var(--est-border);font-size:14px}
#est-app .est-audit-item:last-child{border-bottom:none}
#est-app .est-atime{font-size:12px;color:var(--est-hint);font-family:monospace;white-space:nowrap;min-width:135px}
#est-app .est-amsg{color:var(--est-muted);flex:1}
#est-app .est-amsg strong{color:var(--est-text);font-weight:600}
#est-app .est-abadge{font-size:12px;padding:3px 10px;border-radius:20px;white-space:nowrap;font-weight:600}
#est-app .est-abadge.edit{background:var(--est-amber-bg);color:var(--est-amber-text)}
#est-app .est-abadge.save{background:var(--est-green-bg);color:var(--est-green-text)}
#est-app .est-abadge.delete{background:var(--est-red-bg);color:var(--est-red-text)}

/* Toast */
#est-app .est-toast{position:fixed;bottom:2rem;left:50%;transform:translateX(-50%) translateY(10px);background:var(--est-surface2);border:1px solid var(--est-border2);border-radius:var(--est-r);padding:11px 22px;font-size:14px;font-weight:500;opacity:0;transition:opacity .25s,transform .25s;pointer-events:none;z-index:999999;white-space:nowrap;color:var(--est-text)}
#est-app .est-toast.show{opacity:1;transform:translateX(-50%) translateY(0)}
#est-app .est-loading{text-align:center;padding:2.5rem;color:var(--est-muted);font-size:15px;border:1px dashed var(--est-border2);border-radius:var(--est-rl)}

/* Responsive */
@media(max-width:680px){
  #est-app .est-main{padding:1rem 1rem 3.5rem}
  #est-app .est-readings-head{display:none}
  #est-app .est-reading-row{grid-template-columns:1fr 1fr}
  #est-app .est-user-lbl{grid-column:1/-1;flex-direction:row;align-items:center;border-bottom:1px solid var(--est-border);padding-bottom:10px;margin-bottom:5px}
  #est-app .est-g4{grid-template-columns:1fr 1fr}
  #est-app .est-themes{display:none}
}

/* Print */
@media print{
  #est-app .est-overlay,#est-app .est-btn-row,#est-app .est-ep,#est-app #est-audit-sec,#est-app button,#est-app .est-role-badge,#est-app .est-hdr-actions,#est-app .est-btn-login,#est-app #est-entry,#est-app #est-prev-card,#est-app .est-locked,#est-app .est-themes{display:none!important}
  #est-app,body{background:#fff;color:#000}
  #est-app .est-header{background:#fff;border-bottom:2px solid #e5e7eb;position:static}
  #est-app .est-month-block{break-inside:avoid;border:1px solid #e5e7eb;margin-bottom:1rem}
  #est-app .est-month-hdr{background:#f9fafb;border-bottom:1px solid #e5e7eb}
  #est-app .est-month-title{color:#111!important}
  #est-app .est-info-bar{background:#f0fdf4!important;color:#166534!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}
  #est-app .est-tbl thead th{background:#f9fafb!important;color:#374151!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}
  #est-app .est-tbl tbody td{color:#111;border-bottom:1px solid #e5e7eb}
  #est-app .est-net-r{color:#1d4ed8!important}
  #est-app .est-net-a{color:#0f766e!important}
  #est-app .est-net-t{color:#15803d!important}
  #est-app #est-print-single{display:block}
  .est-print-info{display:flex;gap:1.5rem;flex-wrap:wrap;background:#f0fdf4;padding:.75rem 1rem;border-radius:6px;margin-bottom:1rem;font-size:12px;color:#166534;font-weight:600;-webkit-print-color-adjust:exact;print-color-adjust:exact}
  .est-print-table{width:100%;border-collapse:collapse;margin-top:.5rem}
  .est-print-table th{background:#f9fafb;color:#374151;font-size:12px;text-transform:uppercase;padding:9px 11px;text-align:left;border-bottom:2px solid #e5e7eb;-webkit-print-color-adjust:exact;print-color-adjust:exact}
  .est-print-table td{padding:10px 11px;border-bottom:1px solid #e5e7eb;color:#111;font-size:14px}
}
