body {
    margin-left: 10%;
    margin-right: 10%
    }
@media screen {
    #half-title {
        margin: 6em 0
        }
    }
@media all {
    #half-title {
        page-break-before: always;
        page-break-after: always
        }
    }
@media all {
    div.chapter {
        page-break-before: always
        }
    div.break {
        page-break-before: always
        }
    }
@media print {
    span.pagenum {
        visibility: hidden;
        color: white;
        display: none
        }
    }
@media all {
    .poem {
        display: block;
        margin-left: 1.5em
        }
    }
h1, h2 {
    text-align: center;
    clear: both
    }
.small {
    font-size: 75%
    }
.large {
    font-size: 110%
    }
.xlarge {
    font-size: 120%
    }
p {
    margin-top: 0.51em;
    text-align: justify;
    margin-bottom: 0.49em
    }
.p2 {
    text-indent: 2em
    }
.topspace1 {
    margin-top: 1em
    }
.topspace2 {
    margin-top: 2em
    }
.topspace3 {
    margin-top: 3em
    }
img.drop-cap {
    margin: 0 0.5em 0 0
    }
p.drop-cap:first-letter {
    color: transparent;
    visibility: visible;
    margin-left: -0.87em
    }
@media all {
    img.drop-cap {
        display: none
        }
    p.drop-cap:first-letter {
        color: inherit;
        visibility: visible;
        margin-left: 0
        }
    }
hr.sect {
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: 35%;
    margin-right: 35%;
    width: 30%
    }
hr.chap {
    width: 65%;
    margin: 2em 17.5% 3em;
    page-break-after: always
    }
hr.full {
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%
    }
hr.r5 {
    width: 5%;
    margin-left: 47.5%;
    margin-right: 47.5%;
    margin-top: 1em;
    margin-bottom: 1em
    }
hr.r15 {
    width: 15%;
    margin-top: 1em;
    margin-bottom: 1em
    }
table {
    margin-left: auto;
    margin-right: auto
    }
.tdl {
    text-align: left
    }
.tdr {
    text-align: right
    }
.pagenum {
    visibility: hidden;
    font-size: smaller;
    text-align: right
    }
.adborder10 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-top: auto;
    border-style: solid;
    border-width: 3px;
    padding-top: 0.25cm;
    padding-right: 1cm;
    padding-bottom: 0.25cm;
    padding-left: 1cm;
    text-align: center;
    height: auto;
    width: 10em
    }
.adborder24 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-top: auto;
    border-style: solid;
    border-width: 3px;
    padding-top: 0.25cm;
    padding-right: 1cm;
    padding-bottom: 0.25cm;
    padding-left: 1cm;
    text-align: center;
    height: auto;
    width: 24em
    }
.center {
    text-align: center
    }
.smcap {
    font-variant: small-caps
    }
.gesperrt {
    letter-spacing: 0.2em;
    margin-right: -0.2em
    }
.caption {
    font-weight: bold
    }
.figcenter {
    padding-top: 1em;
    padding-bottom: 1em;
    margin: auto;
    text-align: center;
    max-width: 100%
    }
.figleft {
    clear: left;
    margin-left: 0;
    margin-bottom: 1em;
    margin-top: 1em;
    margin-right: 1em;
    padding: 0;
    text-align: center
    }
.poetry {
    display: block;
    margin: 1em auto;
    text-align: center
    }
.poem {
    margin: auto;
    display: inline-block;
    text-align: left
    }
.poem .stanza {
    margin: 1em 0 1em 0
    }
.poem span.i0 {
    display: block;
    margin-left: 0;
    padding-left: 3em;
    text-indent: -3em
    }
.poem span.i1 {
    display: block;
    margin-left: 1em;
    padding-left: 3em;
    text-indent: -3em
    }
.transnote {
    background-color: #E6E6FA;
    color: black;
    font-size: smaller;
    padding: 0.5em;
    margin-bottom: 5em;
    font-family: sans-serif, serif
    }