<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.info-view p {
    clear: both;
}

.info-view a, .info-view a:active, .info-view a:visited {
    color: #800000;
}

.info-view a:hover {
    color: #c00000
}

.countdown {
    text-align: right;
}

.countdown-value {
    font-family: monospace;
    font-size: 120%;
    white-space: nowrap;
}

.info-view dl {
    margin-bottom: 2rem;
}

.info-view dl &gt; dt {
    width: 8em;
    float: left;
    clear: both;
    margin: 0;
    padding: 5px;
}

.info-view dl &gt; dd {
    margin: 0;
    padding: 5px;
}

.info-view ul {
    clear: both;
}

.info-view .important-info {
    font-size: 120%;
    line-height: 1.5;
    margin-top: 1.5rem;
    text-align: center;
    white-space: pre-line;
    text-transform: uppercase;
}

.info-view .poem {
    font-size: 150%;
    line-height: 2;
    margin-top: -3rem;
    text-align: center;
    white-space: pre-line;
}

@media (max-width: 450px) {
    .info-view dl &gt; dt {
        float: none;
        font-weight: bold;
        margin-top: 0.5rem;
    }
    .info-view dl &gt; dt:first-child {
        margin-top: 0;
    }

    .info-view ul {
        padding-left: 1.5rem;
    }

    .info-view .important-info {
        white-space: normal;
    }

    .info-view .poem {
        font-size: 125%;
    }
}

@media screen and (min-width: 700px) {
    .info-view p {
        text-align: justify;
    }
}
</pre></body></html>