body {
    margin-left: 10%;
    margin-right: 10%
    }
h1, h2 {
    text-align: center;
    clear: both
    }
h1 {
    font-weight: normal;
    font-size: 1.2em
    }
h2 {
    font-weight: normal;
    font-size: 1.2em;
    margin-top: 1.7em
    }
h2.nobreak {
    page-break-before: avoid
    }
p {
    text-align: justify;
    text-indent: 1em;
    margin-top: 0;
    margin-bottom: 0
    }
h2 + p {
    text-indent: 0
    }
table {
    border-collapse: collapse;
    page-break-inside: avoid;
    max-width: 100%;
    width: auto;
    display: flex;
    justify-content: center
    }
td:first-child {
    text-align: right;
    padding-right: 0.3em
    }
td:nth-child(2) {
    text-align: left
    }
.page {
    margin-top: 2em;
    margin-bottom: 2em
    }
.x-ebookmaker .page {
    page-break-before: always
    }
.vsp2 {
    border: none;
    margin-top: 2em;
    margin-bottom: 2em;
    border-bottom: 1px solid silver
    }
.vgap {
    margin-top: 0.8em;
    margin-bottom: 0.8em
    }