body {
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #222;
    background: #f8f7f5;
    margin: 2em auto;
    max-width: 980px;
    padding: 0 1.5em;
}

section.chapter {
    margin-bottom: 2.5em;
}

section.chapter h2 {
    font-size: 1.1em;
    font-weight: bold;
    color: #333;
    border-bottom: 2px solid #999;
    padding-bottom: 0.25em;
    margin-bottom: 0.5em;
}

table.entries {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    font-size: 0.92em;
}

table.entries thead th {
    background: #4a4a4a;
    color: #f0f0f0;
    font-weight: normal;
    text-align: left;
    padding: 0.4em 0.6em;
    font-size: 0.85em;
    letter-spacing: 0.04em;
}

table.entries th:nth-child(1) { width:  7%; }
table.entries th:nth-child(2) { width: 51%; }
table.entries th:nth-child(3) { width: 28%; }
table.entries th:nth-child(4) { width: 14%; }

table.entries tbody tr:nth-child(even) {
    background: #eeece9;
}

table.entries tbody tr:hover {
    background: #dde8f4;
}

table.entries td {
    padding: 0.3em 0.6em;
    vertical-align: top;
    border-bottom: 1px solid #d8d5d0;
}

td.section-id {
    color: #777;
    font-size: 0.85em;
    white-space: nowrap;
}

small.author {
    display: block;
    color: #777;
    font-size: 0.85em;
}

td.variants {
    font-family: ui-monospace, monospace;
    font-size: 0.85em;
    color: #333;
}

td.pages {
    color: #555;
    font-size: 0.85em;
    white-space: nowrap;
}
