<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.schedule-desc ul{
    list-style: disc;
    border-bottom: 0;
    margin-left: 20px;
}

#events-link-modal{
    z-index:99999;
}

#events-link-modal .close {
    top: 0;
    right: 0;
    font-size: 38px;
    font-weight: 400;
}

.supported-logo a{
    display: inline-block;
    padding: 10px;
    border: 1px solid #eee;
    margin: 3px;
    border-radius: 8px;
}

.supported-logo a img{
    height:50px;
    object-fit: contain;
}

.supported-title{
    position: relative;
    padding-top: 25px;
    color: black;
}

.supported-title:before{
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: 5px;
    background-color: #B22222;
}
</pre></body></html>