File: D:/web/hyperflight/apps/inxpress/prev/2025-10-31/static/css/site - Copy (2).css
/* Copy your tuned CSS here; this is just a safe baseline */
body { font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }
.container { max-width: 1200px; margin: 16px auto; padding: 0 12px; }
.table { width: 100%; border-collapse: collapse; }
.table th, .table td { padding: 6px 8px; border-bottom: 1px solid #ddd; }
.table th { text-align: left; }
.table td.num, .table th.num { text-align: right; white-space: nowrap; }
.table-striped tbody tr:nth-child(odd) { background: #f8f9fa; }
.table-sm th, .table-sm td { padding: 4px 6px; }
.filter-form { margin: 8px 0 12px 0; display: flex; gap: 12px; align-items: center; }
.table-wrap { overflow-x: auto; }
.table.fixed th, .table.fixed td { white-space: nowrap; }
th, td { vertical-align: top; }
.muted { color:#6c757d; font-size:0.95rem; }
.num { text-align: right; font-variant-numeric: tabular-nums; }
.num.right { text-align: right; }
.w50{width:50px}.w60{width:60px}.w70{width:70px}.w80{width:80px}.w90{width:90px}
.w100{width:100px}.w110{width:110px}.w130{width:130px}.w160{width:160px}.w220{width:220px}
.truncate { max-width: 220px; overflow: hidden; text-overflow: ellipsis; }
tfoot td { background:#f5f7f9; font-weight:600; }
.strong { font-weight:600; }