<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Events and Breaks */

.grc-agenda-event-copy{
    display: block;
    max-width: 55%;
    min-width: 300px;
    text-align: left;
    font-size: 16px;/*0.9em*/
    line-height: 1.0em;
    margin-bottom: 100px;
}

@media only screen and (min-width: 760px) {
    .grc-agenda-event-copy{
        min-width: 500px;
    }
}    
    
    
/*Mobile Styling*/
@media only screen and (max-width: 759px) {
    .grc-agenda-event-copy {
       min-width: 300px;
       margin-bottom: 25px;
    }
    
}


        
.grc-agenda-event-image{
    display: inline-block;
    width: 360px;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 25px;
}</pre></body></html>