/* Hide section numbers on the deepest level (actual content pages like 3.1.1, 3.1.2) */
/* Target: chapter > section (group headers) > section (content pages) */
ol.section ol.section > li.chapter-item strong {
    display: none;
}

/* Increase content width to accommodate wide tables */
.content main {
    max-width: 1200px;
}
