<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sys_event_title {
    cursor: pointer;
    font-size: 1em;
    color: #4c4c4c;
    margin: 0 0 16px 0;
    padding: 5px 50px 5px 0;
    background: url(img/plus.png) right top no-repeat;
}

.sys_event_title:hover {
        text-decoration:underline;
    }

.sys_event_shortdescription {
    font-size: .8em;
}

.sys_event_div_details {
   
}
.sys_event_div_details_hide{
    display:none;
}

.sys_event_registration_div {
    margin: 14px 0 0 0;
}

.sys_event_divider_div {
    border-top: 1px solid #bfc7dd;
    height:1px;
    margin:20px 0 20px 0
}

.sys_event_registration {
    margin:0;
}</pre></body></html>