<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.card {
    margin-bottom: 20px;
    padding: 0 10px;
    border: 1px dashed grey;
    background: #f0f0f0;
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.4);
}

.card h3 {
    margin: 10px 0 0 0;
}

.card h4 {
    margin: 4px 0 0 0;
}

.card .metadata {
    margin-top: 8px;
}

.card p {
    margin: 8px 0 10px;
    font-size: small;
    border-right: 1px solid grey;
    padding-right: 5px;
}

.metadata {
    font-family: europa;    
    font-style: italic;
}

.interpunct {
    margin-left: 2px;
    font-weight: bolder;
}

.panelWithRightJustifiedImage {
    display: flex;
    margin-top: 15px;
}

.panelWithRightJustifiedImage .content {
    flex: 1;
}

.panelWithRightJustifiedImage h3 {
    margin-top: 0;
}

.panelWithRightJustifiedImage h4 {
    margin-top: 5px;
}

.fullWidthArticleImage {
    width: 100%;
}

.leftArticleImage {
    float: left;
    margin-right: 20px;
}

.rightArticleImage {
    float: right;
    margin-left: 20px;
}

.imageCaption {
    margin-top: 7px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

.notice {
    position: relative;
    margin-top: 11px;
}

.notice .paper {
    width: 100%;
}

.notice .pushpin {
    position: absolute;
    top: -40px;
    right: -50px;
    width: 100px;
}

.notice p {
    position: absolute;
    top: 5px;
    left: 71px;
    line-height: 24px;
    width: 525px;
}

.notice p a {
    font-style: italic;
}

.disableListStyles {
    list-style-type: none;
    padding: 0;
}

.pagination {
    text-align: center;
    font-size: 13pt;
}

.pagination span {
    font-size: 15pt;
}

ol.letteredOrderedList {
    list-style: lower-alpha;
}
</pre></body></html>