html {
    max-width: 50em;
    margin: 0 auto;
    min-width: 30em
    }
body {
    margin-left: 8%;
    margin-right: 8%;
    font-family: "Monotype Century Expanded", serif
    }
p {
    margin-top: 1em;
    margin-bottom: 0;
    line-height: 1.4em
    }
body > p, body > div[lang=en] > p, blockquote > p {
    text-align: justify;
    text-indent: 1em
    }
dd, li {
    margin-top: 0.25em;
    margin-bottom: 0;
    line-height: 1.2em
    }
h1 {
    text-align: center;
    font-size: 2.5em
    }
h2 {
    text-transform: uppercase;
    margin-top: 3em;
    margin-bottom: 2em;
    clear: both
    }
h3 {
    margin-top: 2em;
    font-weight: bold;
    clear: both
    }
h4 {
    font-weight: bold;
    margin-left: 1em;
    font-size: 1em
    }
hr {
    border: 1px solid #000;
    margin: 2em auto
    }
blockquote {
    margin: 0
    }
blockquote.poetry {
    margin: 1em auto;
    display: table
    }
blockquote.poetry div {
    display: table;
    margin-top: 1em
    }
blockquote.poetry p {
    margin: 0;
    text-align: left
    }
p.noindent {
    text-indent: 0
    }
p.indent1 {
    text-indent: 1em
    }
p.indent2 {
    text-indent: 2em
    }
p.indent10 {
    text-indent: 10em
    }
#cover {
    background-color: #909050;
    padding: 1em
    }
#cover p {
    line-height: 2em
    }
.page {
    width: 25em;
    margin: 5em auto
    }
p.center {
    text-align: center;
    text-indent: 0
    }
div.inscription {
    margin: 1em auto
    }
div.inscription p {
    text-align: center;
    margin: 0
    }
.big {
    font-size: 120%
    }
.small {
    font-size: 80%
    }
.border {
    border: 2px solid #000
    }
#exempla {
    list-style-type: none;
    padding: 0;
    font-weight: bold
    }
#exempla i {
    display: inline-block;
    width: 3em;
    font-weight: normal
    }
#exempla li:nth-child(odd) {
    padding-left: 3em
    }
div.figcaption {
    font-size: 2em;
    text-align: center
    }
div.figure.tabula div.figcaption {
    text-transform: uppercase
    }
div.figure.portrait {
    max-width: 30em
    }
div.figure.landscape img {
    max-height: 30em
    }
div.figure {
    margin: 10em auto;
    padding: 0.5em;
    max-width: 100%
    }
div.figure img {
    max-width: 100%;
    display: block;
    margin: 1em auto
    }
div.figure ol {
    max-width: 30em;
    margin: 0 auto
    }
div.figure li {
    margin-left: 2.3em
    }
div.figure:after {
    content: "";
    display: block;
    clear: both
    }
div.figure p {
    font-size: 0.8em;
    text-align: right
    }
div.photocredit {
    display: table;
    margin: 0 auto
    }
.pagenum {
    content: "[" attr(data-page) "]";
    color: #909050;
    font-size: smaller;
    text-align: right;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-indent: 0.5em
    }
a {
    color: #909050;
    text-decoration: none
    }
#index {
    padding: 0;
    list-style-type: none;
    font-family: sans-serif
    }
#index li {
    border-bottom: 1px solid #000;
    margin: 0
    }
#index a {
    display: block;
    background-color: #909050;
    color: #FFF;
    padding: 0.1em
    }