:root {
    --content-max-width: 87%;
}

.cga-bg-swatch {
    background-color: transparent !important;
    background-image: 
        linear-gradient(45deg, transparent 46%, var(--table-header-bg) 47%, var(--table-header-bg) 53%, transparent 54%), 
        linear-gradient(-45deg, transparent 46%, var(--table-header-bg) 47%, var(--table-header-bg) 53%, transparent 54%);
    background-size: 10px 10px;
}

.vga-palette-cell {
    padding: 0 5px;
    height: 54px;
    text-align: center;
    font-family: monospace;
    font-size: 0.8em;
    border: 1px solid #444;
}

.mfm-marker-table {
    border-collapse: collapse;
    font-variant-numeric: tabular-nums;
    margin: 1em auto;
}

.mfm-marker-table th,
.mfm-marker-table td {
    min-width: 1.35rem;
    padding: 0.15rem 0.35rem;
    text-align: center;
}

.mfm-marker-table th:first-child {
    padding-right: 0.65rem;
    text-align: right;
    white-space: nowrap;
}

.mfm-marker-table tbody th {
    font-weight: 400;
}

.mfm-fixed-width td {
    font-family: var(--mono-font, "Cascadia Mono", Consolas, "Liberation Mono", monospace);
}

.mfm-marker-table .missing-clock {
    background: #ffe2e2;
    color: #9f1239;
    background: light-dark(#ffe2e2, #4a1d24);
    color: light-dark(#9f1239, #fecdd3);
    font-weight: 700;
}

.floppy-format-group {
    border: 2px solid var(--table-border-color);
}

.floppy-spec-table thead th:first-child,
.floppy-spec-table tbody th:first-child {
    text-align: left;
}
