/* 
    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_header h1,
#jevents_body .jev_listview .jev_daysnames,
h4.jev_evdt_summary {
font-family: "Michroma",Arial,sans-serif!important;
}
pre.prettyprint {
  border:0!important;
  font-family: 'Roboto Slab', Arial, sans-serif!important;
  font-size: 11px!important;
  color: #555!important;
  line-height: 2!important;
word-wrap: break-word!important;
  margin:0!important;
  padding:0!important;
}
pre.prettyprint {
  line-height:1!important;}

pre.prettyprint div#gmap {
  display:none;
}