/* 
    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 {
    font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
}

#jevents_body .eventstyle {
    border-color: transparent transparent #d0d4d4 #d0d4d4;
    border-radius: 0 5px;
    border-style: solid;
    border-width: 2px;
    font-size: 11px;
    margin: 0;
    overflow: hidden;
    padding: 3px;
    text-align: left;
}

.jevcalendarplus_calendar .clndr .jevcalendarplus-grid .day.event {
    background: none repeat scroll 0 0 #55ff55;
    color: rgb(22, 255, 22);
}
.jev_evdt_title {
font-size: 1.4em;
}
.jev_evdt_desc{
font-size: 1.4em;
}
.btn-book{
font-size: 1.2em!important;
}