<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.layout-file-text .exhibit-items {
    max-width: 40%;
}

.layout-file-text .exhibit-items &gt; * {
    max-width: 100%;
    margin-bottom: 1em;
}

.layout-file-text .exhibit-items &gt; *:last-child {
    margin-bottom: 0;
}

.layout-file-text .exhibit-items .download-file {
    clear: both;
    border-bottom: 0;
    overflow: visible;
}

.layout-file-text .exhibit-items.left {
    float: left;
    margin-right: 2%;
    margin-left: 0;
}

.layout-file-text .exhibit-items.right {
    float: right;
    margin-left: 2%;
    margin-right: 0;
}

.layout-file-text .exhibit-items .fullsize img {
    max-width: 100%;
    margin-bottom: 1em;
}

.layout-file-text .exhibit-item-caption p {
    margin: 0;
    clear: both;
}

.layout-file-text .captions-center .exhibit-item-caption {
    text-align: center;
}

.layout-file-text .captions-left .exhibit-item-caption {
    text-align: left;
}

.layout-file-text .captions-right .exhibit-item-caption {
    text-align: right;
}</pre></body></html>