#coverpage {
    border: solid 2px black;
    margin: 2em auto
    }
body {
    margin: auto 10%
    }
p {
    text-align: justify
    }
h1, h2, h3 {
    text-align: center;
    clear: both;
    line-height: 2em;
    font-weight: normal
    }
.ph1 {
    text-align: center;
    font-size: 200%;
    line-height: 2em;
    font-weight: normal
    }
.author {
    text-align: right;
    margin: auto 5%
    }
.hang {
    text-indent: -2em;
    padding-left: 2em
    }
.toc {
    display: block;
    text-align: right;
    padding: 0 0 0 3em
    }
.entry {
    margin-top: 2em
    }
.gesperrt {
    letter-spacing: 0.2em;
    margin-right: -0.2em;
    font-weight: normal
    }
hr {
    margin: 2em auto;
    clear: both
    }
hr.tb {
    width: 45%
    }
hr.chap {
    width: 65%
    }
hr.full {
    width: 95%
    }
ul, ol {
    list-style-type: none
    }
li {
    text-indent: -1em;
    padding-left: 1em
    }
.lrg {
    font-size: 2em
    }
.p2 {
    margin: 2em 0 0 0
    }
.sidenote {
    padding: 0.5em;
    margin: 1em 0 0 1em;
    clear: right;
    font-size: smaller;
    color: black;
    background: #eee;
    border: black solid 1px
    }
table {
    margin: auto
    }
.content td {
    width: 50%;
    vertical-align: top;
    text-indent: -2em;
    padding-left: 2em;
    font-size: small
    }
.grn {
    color: #030
    }
a {
    text-decoration: none
    }
.caption {
    font-weight: bold;
    text-align: center
    }
.center {
    text-align: center
    }
.smcap {
    font-variant: small-caps
    }
img {
    border: none;
    max-width: 100%
    }
.w100 {
    width: 100%
    }
.figcenter {
    margin: 2em auto;
    text-align: center
    }
.footnotes {
    border: none
    }
.fnanchor {
    vertical-align: super;
    font-size: 0.8em;
    line-height: 0.1em;
    text-decoration: none;
    white-space: nowrap
    }
.footnote {
    font-size: 0.9em;
    margin: 1em 1em 1em 2em
    }
.label {
    display: inline-block;
    text-indent: -3em;
    text-align: right;
    text-decoration: none
    }
.poetry {
    margin: auto;
    text-align: center
    }
.poem {
    margin: auto;
    display: inline-block;
    text-align: left
    }
.poem .stanza {
    display: block;
    margin: 1em 0 1em 0
    }
.poem span.i0 {
    display: block;
    margin-left: 0;
    padding-left: 3em;
    text-indent: -3em
    }
.poem span.i16 {
    display: block;
    margin-left: 8em;
    padding-left: 3em;
    text-indent: -3em
    }
.pagenum {
    color: gray;
    font-size: 0.8em;
    text-align: right
    }
.transnote {
    background-color: #E6E6FA;
    border: black solid 1px;
    color: black;
    font-size: 0.9em;
    margin: 5em 0;
    padding: 0.5em
    }
@media all {
    .grn {
        color: black
        }
    .pagenum {
        display: none
        }
    .gesperrt {
        font-weight: bold
        }
    .hidden {
        display: none
        }
    }