body { 
    background-color: #ccc;
    font-family: "Noto Serif", "Century Schoolbook", Georgia, Times, serif; 
    font-size: 1.5em; 
    margin: 0px;
    padding: 0px;
    min-width: 46rem;
    max-width: 72rem;
}
a {
    text-decoration: none;
    color: #000;
    font-weight: normal;
}
a:link {
    color: #000080;
}
a:visited {
    color: #003;
}
a:hover {
    color: #cc7200;
}
div { 
    margin-top: 1rem; 
}
h1 { 
    font-size: 2rem; 
}
h2 { 
    font-size: 1.5rem;
    font-weight: bold;
    margin: 1rem 0rem 0rem 0rem;
    padding: 0rem; 
}
h3 { 
    font-size: 1.25rem; margin: 0.25rem 0rem 0rem 0rem; 
}
dl {
    column-count: 3;
    column-gap: 0px;
    font-size: 1.1rem;
    font-weight: normal;    
}
figure, header { 
    text-align: center;
    margin: 0px;
}
figcaption { 
    font-size: 1rem; 
}
p { 
    orphans: 2; widows: 2; margin: 0rem;
    font-size: 1rem;
    max-width: 100%;
}
article,section {
    width: 100%;
    text-align: left;
    margin: 4px;
}

.align-right {
    text-align: right; 
}
.italic { 
    font-style: italic; 
}
.margin1 { 
    margin-left: 1rem;
}
.font-family-condensed { 
    letter-spacing: 0px;
}
.font-image { 
    height: 1.2rem;
    width: auto;
}
/* .footnotetext .font-image { 
    height: 1rem; 
} */
.page-break-before {
    page-break-before: always;
}
h2 a {
    font-weight: bold;
}
h2 a:hover {
    color: #000;
}
#keywords {
    column-count: 1;
    font-size: 1.1rem;
    font-weight: normal;
}
#main-doc {
    text-align: center;
    min-width: 480px;
}
@media print {
    body, div {
        margin: 0rem;
    }
}
@media only screen and (max-width: 480px) {
    body, dl {
        font-size: 0.7rem;
    }
    h2 {
        font-size: 0.8rem;
    }
    .font-image,.footnote,.footnotetext {
        height: 0.5rem;
    }
    p {
        font-size: 0.7rem;
    }
    dl {
        column-count: 1;
    }
    #main-doc {
        width: 472px;
    }
}
@media only screen and (min-width: 480px) {
    body, dl {
        font-size: 0.7rem;
    }
    h2 {
        font-size: 0.8rem;
    }
    .font-image,.footnote,.footnotetext {
        height: 0.5rem;
    }
    p {
        font-size: 0.7rem;
    }
    dl {
        column-count: 1;
    }
    #main-doc {
        width: 472px;
    }
}
@media only screen and (min-width: 640px) {
    body, dl {
        font-size: 0.75rem;
    }
    h2 {
        font-size: 0.9rem;
    }
    .font-image,.footnote,.footnotetext {
        height: 0.6rem;
    }
    p {
        font-size: 0.75rem;
    }
    dl {
        column-count: 2;
    }
    #main-doc {
        width: 632px;
    }
}
@media only screen and (min-width: 800px) {
    body, dl {
        font-size: 1rem;
    }
    h2 {
        font-size: 1.1rem;
    }
    .font-image,.footnote,.footnotetext {
        height: 0.9rem;
    }
    p {
        font-size: 0.8rem;
    }
    dl {
        column-count: 2;
    }
    #main-doc {
        width: 792px;
    }
}
@media only screen and (min-width: 960px) {
    body, dl {
        font-size: 1.2rem;
    }
    h2 {
        font-size: 1.25rem;
    }
    .font-image,.footnote,.footnotetext {
        height: 1rem;
    }
    p {
        font-size: 0.85rem;
    }
    dl {
        column-count: 2;
    }
    #main-doc {
        width: 952px;
    }
}
@media only screen and (min-width: 1120px) {
    body, dl {
        font-size: 1.3rem;
    }
    h2 {
        font-size: 1.35rem;
    }
    .font-image,.footnote,.footnotetext {
        height: 1.1rem;
    }
    p {
        font-size: 0.9rem;
    }
    dl {
        column-count: 3;
    }
    #main-doc {
        width: 952px;
    }
}
@media only screen and (min-width: 1280px) {
    body, dl {
        font-size: 1.4rem;
    }
    h2 {
        font-size: 1.45rem;
    }
    .font-image,.footnote,.footnotetext {
        height: 1.1rem;
    }
    p {
        font-size: 0.95rem;
    }
    dl {
        column-count: 3;
    }
    #main-doc {
        width: 952px;
    }
}
@media only screen and (min-width: 1440px) {
    body, dl {
        font-size: 1.5rem;
    }
    h2 {
        font-size: 1.6rem;
    }
    .font-image,.footnote,.footnotetext {
        height: 1.1rem;
    }
    p {
        font-size: 1rem;
    }
    dl {
        column-count: 3;
    }
    #main-doc {
        width: 952px;
    }
}