body { font-family: sans-serif; padding: 20px; }
.toolbar { margin-bottom: 12px; }
#tableMount { width: fit-content; }
.tabulator-header { display: none; }
.tabulator-cell { border: 1px solid #333; text-align: center; cursor: cell; }
.cell-selected { outline: 2px solid #2b78e4; outline-offset: -2px; }
.cell-editing { outline: 2px solid #e69138; outline-offset: -2px; }
@media print { .toolbar, h2 { display: none; } body { padding: 0; } }
