.italics {
    font-style: italic
    }
.large {
    font-size: large
    }
.center {
    text-align: center
    }
body {
    margin-left: 8%;
    margin-right: 10%
    }
p {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    text-align: justify;
    text-indent: 1em
    }
p.noindent {
    text-indent: 0
    }
div.lineblock {
    margin: 1.5em 0
    }
div.line {
    margin-left: 7%;
    text-indent: -7%
    }
.lineblock.noindent div.line {
    margin-left: 0;
    text-indent: 0
    }
hr.docutils {
    margin: 1.5em 40%;
    border: none;
    border-bottom: 1px solid black
    }
.vspace {
    border: 0 solid white
    }
.title {
    margin: 1.5em 0
    }
h2.title {
    font-size: 150%;
    margin-top: 4.5em;
    margin-bottom: 1em
    }
h2 {
    page-break-before: always;
    text-align: center;
    margin-top: 10%
    }
a.toc-backref {
    text-decoration: none;
    color: black
    }
dl.docutils dd {
    margin-bottom: 0.5em
    }
div.figure {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    clear: both;
    max-width: 100%;
    page-break-inside: avoid
    }
div.figcaption {
    font-size: small;
    font-weight: bold
    }
img {
    max-width: 100%
    }
ul {
    list-style-type: none
    }
li {
    padding-left: 2em;
    text-indent: -2em
    }
.smcap {
    font-variant: small-caps
    }
p.drop-cap {
    text-indent: 0
    }
p.drop-cap:first-letter {
    font-size: 4em;
    margin: 0 0.1em 0 0;
    line-height: 0.8
    }
.x-ebookmaker p.drop-cap {
    text-indent: inherit
    }
.x-ebookmaker p.drop-cap:first-letter {
    float: none;
    font-size: inherit;
    padding-right: inherit;
    padding-left: inherit;
    margin-top: inherit;
    line-height: inherit
    }