    body {
        font-family: "Open Sans", arial, sans-serif;
        font-size: 12pt;
        color: #333;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: 'Playfair Display regular', Times, serif;
    }

    h2 {
        font-size: 16pt;
    }

    h3 {
        font-size: 14pt;
    }

    h4 {
        font-size: 13pt;
    }

    h5 {
        font-size: 12pt;
    }

    #main table,
    #main th,
    #main td {
        border: 1px solid #999;
        border-collapse: collapse;
    }

    #main table {
        width: 100% !important;
        border-collapse: collapse;
        table-layout: fixed;
    }

    #main th {
        background-color: #E6E6E6;
        font-size: 10pt;
    }

    #main td {
        vertical-align: top;
        padding: 1rem;
    }

    header table {
        border: 0 !important;
    }

    td ul {
        padding-left: 0;
        margin-left: 1.25em;
    }

    blockquote {
        font-size: 12pt !important;
        font-style: italic;
    }

    .header-label {
        font-size: 12pt;
        width: 5%;
    }

    .header-input {
        width: 35%;
        text-align: left;
        border-bottom: 1px solid black;
    }

    header .editable {
        height: 18px;
        min-height: 20px !important;
    }

    #lm-title {
        font-size: 17pt !important;
        padding-bottom: 5px;
    }

    .editable {
        font-size: 12pt;
    }

    .lm-answer-box-1 td {
        height: 25px !important;
    }

    .lm-answer-box-2 td {
        height: 45px !important;
    }

    .lm-answer-box-3 td {
        height: 65px !important;
    }

    .lm-answer-box-4 td {
        height: 90px !important;
    }

    .lm-answer-box-5 td {
        height: 110px !important;
    }

    .lm-answer-box-6 td {
        height: 150px !important;
    }

    .lm-answer-box-8 td {
        height: 200px !important;
    }

    .lm-answer-box-12 td {
        height: 300px !important;
    }

    .lm-answer-box-half td {
        height: 400px !important;
    }

    .lm-answer-box-full td {
        height: 650px !important;
    }

    .lm-fill-blank p {
        margin-bottom: 0;
        line-height: 30px;
    }

    .fill-in-blank {
        text-align: center;
        width: auto !important;
    }

    .fill-in-blank td {
        width: 250px !important;
        height: 20px !important;
        border: 0 !important;
        border-bottom: 1px solid #999 !important;
        white-space: nowrap;
        text-align: center;
    }

    .fill-in-blank .editable {
        min-height: 20px !important;
        height: 20px;
        border-bottom: 0;
    }

    .lm-example {
        font-size: 12pt;
        border: double #000 3px;
        padding: 10px;
    }

    .lm-article td {
        padding: 10px;
    }

    .note-margin {
        width: 30%;
    }

    .lm-footer {
        font-family: Arial, sans-serif;
        font-size: 9pt;
        color: #333;
        border: 1px solid transparent;
        border-top: 1px solid black !important;
        margin-bottom: 0px !important;
    }

    .lm-footer td {
        width: 50%;
        height: 10px !important;
    }

    td.lm-footer-right {
        text-align: right;
        padding-right: 10px;
    }

    td {
        padding: 1rem;
    }

    p {
        margin-bottom: 0px !important;
        margin-top: 1rem;
    }

    p:first-child {
        margin-top: 0rem;
    }