
body {
    /*font-family: Georgia,serif;*/
    line-height: 1.55;
    margin: 1.5rem auto;
    max-width: 1200px;
    padding: 0 1rem
}

section {
    margin: 1.25rem 0
}

figure.tabular {
    margin: 1rem 0
}

figure.tabular table {
    width: 100%;
    border-collapse: collapse
}

figure.tabular th,figure.tabular td {
    border: 1px solid #ccc;
    padding: 0.5rem;
    vertical-align: top
}

figcaption {
    font-weight: bold;
    margin-bottom: 0.5rem
}

strong.para-number {
    font-weight: 700;
    margin-right: .5ch
}

.commentary-p1 .title {
    display: block;
    margin: 0 0 .4rem 0
}

CitationSubRef.lead {
    color: darkred;
    font-weight: 600
}

a.citation-subref {
    color: inherit;
    text-decoration: underline dotted
}


/* Highest level: Part */
[data-type="CommentaryPart"] {
    margin-top: 3rem;
    margin-bottom: 2rem;
    font-size: 1.25rem;   /* subtle increase */
    font-weight: 600;
}

/* Next level: Chapter */
[data-type="CommentaryChapter"] {
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
    font-weight: 600;
}

/* Mid level: Division */
[data-type="Division"] {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 1.15rem;
    font-weight: 500;
}

/* Sub level: SubDivision */
[data-type="SubDivision"] {
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    font-size: 1.1rem;
    font-weight: 500;
}

/* Paragraphs inside subdivisions */
.commentary-p1 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 1rem;   /* baseline size */
    line-height: 1.6;
}

/* Titles inside commentary paragraphs */
.commentary-p1 > .title {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: bold;
}


ul.decoration-bullet > li > p {
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
}

h1,h2,h3,h4,h5,h6 {
    text-align: center;
}