div.np > div.head {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    justify-content: space-between;
    min-height: max-content;
    padding: 10px;
}
div.np > div.head h1 {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    font-size: 2rem;
    font-family: serif;
    font-weight: normal;
    line-height: 1.1;
    margin: 0;
    text-align: right;
}
div.np > div.head h1:not(.sub) {
    color: red;
    text-align: none;
}
div.np > div.head span {
    display: inline-block;
    font-family: serif;
}
div.np > div.head span.sub {
    color: red;
    font-size: 1.5rem;
}
div.np > div.head > div > div {
    display: flex;
    flex-direction: row;
}
div.np > div.head div.space {
    flex-grow: 1;
}
div.np > div.head span:not(.sub)::first-letter {
    font-size: 3rem;
}
div.np > div.head img {
    display: block;
    height: 225px;
    object-fit: contain;
}

div.np nav.left dt {
    font-weight: bold;
}
div.np nav.left {
    font-size: 15px;
    line-height: 1.3;
    min-width: 220px;
}
div.np nav.left ul {
    list-style-type: none;
    padding-left: 0;
}

div.np div.body {
    display: flex;
    flex-direction: row;
}
div.np div.body div.text {
    display: grid;
    align-items: center;
    margin-left: 10px;
}
div.np div.text p::first-letter {
    font-size: 1.5rem;
}
div.np div.text section.bibliography p::first-letter {
    font-size: 1rem;
}
div.text h2 {
    text-align: center;
}

.biblio-list {
  list-style: none;
  padding-left: 0;
}
.biblio-list li {
    margin-bottom: 1rem;
    margin-left: 2rem;
}
.biblio-list .cite-key {
    font-weight: bold;
    margin-right: 0.5em;
}
section.bibliography cite {
    font-style: normal;
    font-weight: bold;
}
div.np section.bibliography {
    font-family: Times, serif;
    line-height: normal;
}
section.bibliography h3 {
    font-weight: normal;
}
section.bibliography li {
    margin-bottom: 1rem;
}

div.np figure {
    text-align: center;
}
div.np figure figcaption {
    font-size: 0.9rem;
    font-style: italic;
}

div.nii {
    display: block;
    font-family: Times, 'Times New Roman', serif;
    line-height: normal;
    overflow: auto;
}
div.nii > h1 {
    font-size: 32px;
    font-weight: normal;
    text-align: center;
    margin: 0;
}
div.nii > h2 {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    text-align: center;
}
div.nii q {
    background-color: #ffffdd;
    border-radius: 5rem;
    font-size: 18px;
    font-style: italic;
    line-height: 1.5;
    max-width: 250px;
    min-width: 150px;
    padding: 2rem;
    width: 20%;
}
div.nii q.left {
    float: left;
    margin-right: 30px;
}
div.nii q.right {
    float: right;
    margin-left: 30px;
}
div.nii p {
    margin-bottom: 1rem;
    margin-top: 0;
    text-indent: 1rem;
}
div.nii p:not(.closing)::first-letter {
    font-size: 1.5rem;
}
div.nii p.closing code {
    font-size: 14px;
}