.page-article p {
    line-height: 1.1;
    margin-bottom: 1rem;
    font-size: 0.875rem;
}
.page-article h2 {
    line-height: 1.1;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: bold;
}
.page-article blockquote {
    border: solid 1px #f0aa0c;
    padding: 1rem;
    margin-bottom: 1rem;
    font-size: 0.875rem;
}
.page-article blockquote p {
    margin-bottom: unset;
    display: inline-block;
}
.page-article table {
    border-collapse: collapse;
    border: 1px solid #000;
    margin-bottom: 1rem;
}
.page-article th,
.page-article td {
    border: 1px solid #f0aa0c;
    padding: 8px;
}
.page-article ul {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.page-article li {
    margin-bottom: 1rem;
    margin-left: 1rem;
    list-style: disc;
    font-size: 0.875rem;
}
div.tablewrap {
    width: 100%;
    overflow-x: auto;
}
@media (max-width:47.99875em) {
    div.tablewrap {
        max-width: calc(100vw - 30px) !important;
    }
}