html * {
    font-family: Palatino, serif;
}

body {
    font-size: 15pt;
    margin-left: 40px;
    margin-right: 40px;
}

h1 {
    font-size: 20pt;
}

h2 {
    font-size: 16pt;
    margin-top: 1.2em;
    margin-bottom: 0.5em;
}

.chapter-title {
    margin-bottom: 0.3em;
}

.chapter-subtitle {
    font-weight: lighter;
    margin-top: 0.3em;
    margin-bottom: 0.7em;
}

.psalm-title {
    margin-bottom: 0.7em;
}

p {
    padding-left: 20px;
    text-indent: -20px;
    margin-top: 8px;
    margin-bottom: 10px;
}

a {
    padding-right: 8px;
}

.breadcrumbs {
    padding: .5rem .5rem 0 0;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumbs li:not(:last-child)::after {
    display: inline-block;
    margin: 0 .25rem;
    content: "→";
}

.books a {
    white-space: nowrap;
}

.chapters a {
    white-space: nowrap;
}

.verses-index {
    margin-top: 1em;
    margin-bottom: 1.1em;
    text-justify: auto;
}

.verses-index h3 {
    margin-bottom: 0.5em;
    font-size: 13pt;
    font-weight: bolder;
}

.verse-num {
    font-size: 11pt;
    padding-right: 3pt;
}

.verse-superscription, .verse-postscription {
    padding-top: 0.5em;
    font-size: smaller;
}

.pager-prev {
    font-size: 13pt;
    margin-top: 0.7em;
    margin-bottom: 0.7em;
}

.pager-next {
    font-size: 13pt;
    margin-top: 1em;
    padding-bottom: 1em;
}

.selected-verse {
    background-color: #e7eb17;
}