body {
    margin-left: 10%;
    margin-right: 10%
    }
h1, h2, h3, h4 {
    text-align: center;
    clear: both;
    margin-top: 2em
    }
p {
    margin-top: 0.51em;
    text-align: justify;
    margin-bottom: 0.49em
    }
.sig {
    margin-left: 4em
    }
.p2 {
    margin-top: 2em
    }
.p4 {
    margin-top: 4em
    }
.small {
    font-size: small
    }
.smaller {
    font-size: smaller
    }
.large {
    font-size: large
    }
.x-large {
    font-size: x-large
    }
hr {
    width: 33%;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    clear: both
    }
hr.full {
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%
    }
ul {
    list-style-type: none
    }
li.isub2 {
    text-indent: 2em
    }
li.isub3 {
    text-indent: 3em
    }
.break, div.chapter {
    page-break-before: always
    }
.nobreak {
    page-break-before: avoid
    }
.pagenum {
    font-size: x-small;
    font-weight: normal;
    font-variant: normal;
    font-style: normal;
    letter-spacing: normal;
    text-indent: 0;
    text-align: right;
    color: #999;
    background-color: #fff
    }
.linenum {
    text-indent: 0
    }
.center {
    text-align: center
    }
.smcap {
    font-variant: small-caps
    }
.poetry-container {
    text-align: center;
    margin: 0.49em 0.51em
    }
.poetry {
    display: inline-block;
    text-align: left
    }
.poetry .stanza {
    margin: 1em 0 1em 0
    }
.poetry .verse {
    text-indent: -3em;
    padding-left: 3em
    }
.poetry .indent2 {
    text-indent: -2em
    }
.poetry .indent4 {
    text-indent: -1em
    }
.poetry .indent6 {
    text-indent: 0
    }
.poetry .indent10 {
    text-indent: 2em
    }
.poetry .indent14 {
    text-indent: 4em
    }
.transnote {
    background-color: #E6E6FA;
    color: black;
    font-size: smaller;
    padding: 0.5em;
    page-break-before: always;
    margin-bottom: 5em;
    font-family: sans-serif, serif
    }
.titlepage {
    text-align: center;
    margin-top: 2em
    }
.constricted {
    max-width: 40em;
    margin: auto
    }
@media all {
    .poetry {
        display: block;
        margin-left: 1.5em
        }
    .linenum {
        margin-left: 4em;
        color: #d3d3d3
        }
    }