/* 
    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 {
   background-color: transparent;
   border: none;
}

.jev_evdt_header {
  font-family: "Arial";
  font-weight: bold;
  color: #000;
}

.jev_evdt_summary {
  font-family: "Arial";
  font-weight: bold;
}

.jev_evdt_location {
  font-family: "Arial";
}

.location {
  font-weight: bold;
}

a.ev_link_row:link,
a.ev_link_row:hover,
a.ev_link_row:visited {
  font-size: 1rem;
}

.jev_header2 {
  display: none;
}

.jevbootstrap h1 {
  font-size: 2rem;
  font-family: "Arial";
}