/* 
    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.
*/

.jevbootstrap h2  {
    color: #5b8f22;
    font-family: "Gill Sans MT","Gill Sans",Arial,sans-serif;
    font-size: 2.25em;
    font-weight: normal;
    margin-top: 0.5em;
    border-bottom: 1px solid black;
}

#jevents_body h2 {
    color: #69be28;
    font-family: "Arial Narrow",Arial,sans-serif;
    font-size: 14pt;
    font-weight: normal;
    border: none;
}


#jevents_body td, #jevents_body tr, #jevents_body p, #jevents_body div {
    font-size: 1em;
}

.ev_detail {
    padding: 1em 0;
}

.repeat {
    font-style: italic;
    padding-top: 0;
}