@media screen {
    body {
        margin-left: 10%;
        margin-right: 10%
        }
    }
div.copyright {
    margin-left: 3em;
    margin-bottom: 6em
    }
div.table {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em
    }
div.table table {
    display: inline-table;
    text-align: left
    }
div.table table td {
    padding-right: 1em
    }
div.quote {
    font-size: 0.85em;
    width: 50%;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto
    }
p.paragraph {
    text-indent: 1.5em;
    margin-top: 0.25em;
    margin-bottom: 0.25em
    }
p.paragraph-cont {
    text-indent: 0;
    margin-top: 0.25em;
    margin-bottom: 0.25em
    }
div.verse {
    text-indent: 0;
    font-size: 0.85em;
    width: 50%;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto
    }
div.footnote {
    margin: 0.5em
    }
div.footnote table {
    margin-left: 3em
    }
div.footnote table td {
    vertical-align: top
    }
div.footnote table td p {
    margin: 0
    }
sup {
    vertical-align: top;
    font-size: 0.6em
    }
div.image {
    text-align: center;
    margin-top: 3em;
    margin-bottom: 3em;
    margin-left: 10%;
    margin-right: 10%;
    font-size: 0.8em
    }
div.image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    border: 3px solid black
    }
div.toc {
    margin-bottom: 6em
    }
div.toc td.toc-number {
    text-align: right
    }