<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
    Document   : jevcustom
    Created on : 22-Apr-2013, 14:12:51
    Author     : Tony Partridge - GWE Systems Ltd
    Description: To allow customisation of CSS Strings where they can never be lost.
    Purpose of the stylesheet follows.
*/

#jevents_body {border-radius: 0; background: transparent; border: none;}
.jev_toprow {margin: 0 0 30px 0!important; }
.nextmonth, .previousmonth {border-radius: 0!important; background: #c80000!important; border: none!important; padding: 5px;}
.currentmonth {background: #EEE!important; border: none!important; padding: 5px;}

#nav-month.active a, #nav-year.active a, #nav-week.active a, #nav-today.active a, #nav-jumpto.active a {background: #C80000!important; border: 0!important;}


#nav-month, #nav-year, #nav-week,#nav-today, #nav-jumpto {background: #EEE; border-radius: 0!important; border: none!important;}

.nav-items a:hover {background: #CCC!important;  border-radius: 0!important; border: none!important;}
.nav-items a.active { border-radius: 0!important; background: #C80000!important;  border: none!important;}}

.nav-items, .new-navigation { border: none!important;}
.month_date {display: none;}

.calview {font-family:'Merriweather Sans', sans-serif; font-size: 18px; font-weight: 300;}
.cal_titlelink {background: #EEE;}
.cal_today {border: solid 3px #c80000;}


.cal_today a {background: none!important; color: #c80000!important; }
.cal_today a:hover {border: none!important; text-shadow: 2px 2px 2px #555;}</pre></body></html>