body {
    margin-left: 10%;
    margin-right: 10%
    }
.pagebreak {
    margin-top: 4em
    }
@media all {
    .pagebreak {
        page-break-before: always
        }
    }
.nopagebreak {
    page-break-before: avoid
    }
h1, h2, h3 {
    text-align: center;
    clear: both
    }
p {
    margin-top: 0.51em;
    text-align: justify;
    margin-bottom: 0.49em;
    text-indent: 2em
    }
.p2 {
    margin-top: 2em
    }
.p4 {
    margin-top: 4em
    }
.big8 {
    font-size: 80%
    }
.big14 {
    font-size: 140%
    }
.big18 {
    font-size: 180%
    }
.hanging {
    text-indent: -2em;
    margin-left: 2em
    }
hr {
    width: 33%;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 33.5%;
    margin-right: 33.5%;
    clear: both
    }
ul.index {
    list-style-type: none
    }
sup, sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline
    }
sup {
    bottom: 1ex
    }
sub {
    top: 0.5ex
    }
table {
    margin-left: auto;
    margin-right: auto
    }
.tdrt {
    text-align: right;
    vertical-align: top
    }
.tdrb {
    text-align: right;
    vertical-align: bottom
    }
.pagenum {
    font-size: smaller;
    text-align: right;
    text-indent: 0
    }
.center {
    text-align: center;
    text-indent: 0
    }
.right {
    text-align: right
    }
.gesperrt {
    letter-spacing: 0.2em;
    margin-right: -0.2em
    }
em.gesperrt {
    font-style: normal
    }
.caption {
    font-weight: normal;
    font-size: 80%
    }
.figcenter {
    margin: auto;
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center
    }
.footnote {
    margin-left: 10%;
    margin-right: 10%;
    font-size: 0.9em
    }
.footnote .label {
    text-align: right
    }
.fnanchor {
    vertical-align: super;
    font-size: 0.6em;
    text-decoration: none
    }
.transnote {
    background-color: #E6E6FA;
    color: black;
    font-size: smaller;
    padding: 0.5em;
    margin-bottom: 5em;
    font-family: sans-serif, serif
    }
.covernote {
    visibility: hidden;
    display: none
    }
@media all {
    .covernote {
        visibility: visible;
        display: block
        }
    }