<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1,h2,h3,h4,h5,h6{/*font-family:'Bebas';*/}

.distance {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    /*font-family:'Bebas';*/
    font-size: .9em;
    line-height: 1.2;
    padding: 0.5em 6em 4.5em 0.75em;
    background: url(/images/tl-corner-black.png) no-repeat left top;
    border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
}

.cornerbanner {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4em 9em 9em 6em;
}

.cornerbanner_text {
    position: absolute;
    top: 18px;
    right: -15px;
    color: #fff;
    z-index: 1000;
    font-family: 'Bebas';
    font-size: 1.5em;
    transform: rotate(42deg);
    
    margin: 10px;
}

.cancelled_text {
    padding: 0 5px 0 0;
}

.postponed_text {
    padding: 0 5px 0 0;
}

.virtual_text {
    padding: 0 20px 0 0;
}
.cancellation {
    background: url(/images/tr-corner-red.png) no-repeat right top;
}

.postponed {
    background: url(/images/tr-corner-yellow.png) no-repeat right top;
}

.virtual {
    background: url(/images/tr-corner-blue.png) no-repeat right top;
}

.scale {
    position: absolute;
    top: 0;
    right: 2%;
    font-family: 'Bebas';
    font-size: 1em;
    padding: .0em .25em .25em .25em;
    background: url(/images/scale_bg.png) no-repeat left top;
}
.locationlabel {
    color: #808988;
}

        /*#eventsSlideShowActionBar {padding-top:-100px;margin-top:-100px;z-index:5000}*/
#eventsSlideShowActionBar {
    position: absolute;
    margin-top: -60px;
    z-index: 501;
    right: 50px;
}

#location_details {font-size:6px;color:#eee}

.overlay {
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 90;
        /*! background:url(/images/banner-overlay.png) repeat-y center center; */
        background-size: 100% auto;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
}

    .flexslider .desc {
        position: absolute;
        bottom: 4.5em;
        z-index: 100;
        left: 50px;
    }
    .flexslider .desc h1 {
        left: 10em;
        font-size: 4em;
        color: #fff;
        text-shadow: 3px 3px 3px #000;
        filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135);
        margin: 0;
        line-height: 1em;
        /* font-family:Tahoma,arial;*/
    }
        /*.desc h2{
            width:90%
        }*/
        /* New class style rule .flexslider .desc h1:hover */
        .flexslider .desc h1:hover {
            color: #dfe4e4;
        }


        /* New class style rule .desc a:hover */
        .desc a:hover {
            color: #6cc727 !important;
        }

        .desc a {
            text-decoration: none;
        }
        .desc h2 {
            /*color:#990000;*/
            margin-top: 10px;
            /*padding-left:5px;*/
            padding-top: 5px;
            padding-bottom: 5px;
            padding-right: 5px;
        }
            .desc h2 span.distances {
                color: #eaebeb;
            }
            .desc h2 span.divider {
                color: #fff;
            }
        .subtitle a {
            color: #fff;
        }
        .subtitle {
            padding-left: 5px;
            text-shadow: 1px 1px 3px #000;
            background-color: rgba(0,0,0,0.70);
            float: left;
        }
        #copyright {background-color:rgb(0,0,0);}
        #copyright p{color:#808080;}
        #copyright a{color:#fff;}

        #dialogask ul {
            list-style:none;
        }

        .btn-command:hover {
          background: #505050;
        }

        #dlgCancelShare {
        margin-top:10px;
        }
        #email {color:#9D9F39;}

        #event-date {
            z-index: 100;
            position: absolute;
            left: 50px;
            bottom: 2.25em;
            color: #eaebeb;
            /*background-color:rgba(0,0,0,0.70);*/
            /*padding-right:5px;*/
            height: 2.25em;
            /* padding-left:5px;*/
        }

            /* New id style rule #event-date h2 */
            #event-date h2 {
                font-size: 1.3em;
                background-color: rgba(0,0,0,.7);
                padding-left: 5px;
                padding-right: 5px;
            }

    .entry-title {
        color:#555555;
        margin-bottom:0;
        padding-bottom:0;

    }
    .tile-text {
        padding-left: 5px;
    }
    .tile-location {
        /*color:#990000;*/
        margin-top: -5px;
        font-weight: bold;
    }

    .tile-distances {
        color: #414042;
        padding-top: 5px;
        margin-top: 0;
        padding-bottom: 5px;
    }

</pre></body></html>