body {
    margin-left: 20%;
    margin-right: 20%;
    text-align: justify
    }
.italics {
    font-style: italic
    }
.bold {
    font-weight: bold
    }
.x-large {
    font-size: x-large
    }
.center {
    text-align: center
    }
p {
    margin: 0;
    text-indent: 2em
    }
.title {
    page-break-after: avoid
    }
.container, .title {
    page-break-inside: avoid
    }
p.pfirst, p.center, div.center p, p.noindent {
    text-indent: 0
    }
div.section {
    clear: both
    }
div.line-block {
    margin: 1.5em 0
    }
div.line {
    margin-left: 20%;
    text-indent: -20%
    }
.line-block.noindent div.line {
    margin-left: 0;
    text-indent: 0
    }
hr.docutils {
    margin: 1.5em 40%;
    border: none;
    border-bottom: 1px solid black
    }
.title {
    margin: 1.5em 0
    }
h2.title, p.subtitle.level-2 {
    text-align: center
    }
li.toc-entry {
    list-style-type: none
    }
blockquote {
    margin: 1.5em 10%
    }
a.toc-backref {
    text-decoration: none;
    color: black
    }
dl.docutils dd {
    margin-bottom: 0.5em
    }
img {
    max-width: 100%
    }
ol.simple, ul.simple {
    margin: 1.5em 0
    }
ol.toc-list, ul.toc-list {
    padding-left: 0
    }
ol ol.toc-list, ul ul.toc-list {
    padding-left: 5%
    }
ol.arabic {
    list-style: decimal
    }
.literal-block {
    margin-left: 2em;
    margin-right: 2em
    }
h1 tt.docutils, h2 tt.docutils, h3 tt.docutils, h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
    font-size: 100%
    }
.small-caps {
    font-variant: small-caps
    }
li p.pfirst {
    margin-top: 0;
    margin-bottom: 0
    }
.first {
    margin-top: 0 !important;
    text-indent: 0 !important
    }
span.dropcap {
    margin: 0 0.1em 0 0;
    line-height: 0
    }
img.dropcap {
    margin: 0 0.5em 0 0;
    max-width: 25%
    }
span.dropspan {
    font-variant: small-caps
    }
@media screen {
    div.clearpage {
        margin: 10% 0;
        border: none;
        border-top: 1px solid gray
        }
    }
@media print {
    div.clearpage {
        page-break-before: always;
        padding-top: 10%
        }
    h2.title {
        margin-top: 20%
        }
    }
pre {
    font-family: monospace;
    font-size: 0.9em;
    white-space: pre-wrap
    }