/* 
    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.
*/

h2.contentheading {
  font-size:4rem!important;
}
.mod_events_latest_table td
{
  margin:0;
  border:0;
  border-bottom:1px solid #5a6772!important; 
}
.mod_events_latest_date, .mod_events_latest_content
{
  line-height:1.5em!important;
  vertical-align:baseline!important;
  font-size:0.9em!important;
  font-weight:bold;
  color: #666;
}
.jev_evdt_title, .jev_evdt_summary {
  font-size:1.5em!important;
}