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

a.ev_link_row:link,
a.ev_link_row:visited {
  font-size: 25px;
  color: #6a061b;
}

#jevents_body .ev_table {
  margin: 0;
}

.jevbootstrap .mod_events_latest_date {
  line-height: 1.5em;
  margin-left: 10px;
}
#jevents_body .ev_td_left {
  background-color: #ecde04;
  border-right: 1px solid #000000;
  border-top: 1px solid #000000;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  color: black;
  text-align: center;
  vertical-align: top;
  width: 125px !important;
}
#jevents_body .ev_td_right {
  background-color: white;
}
