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

.mod_events_latest_table tr {
  border-bottom: 10px solid #fff !important;
}
a.ev_link_row:link {
  font-weight: bold; 
  font-size: 16px; 
  color: #2864ae; 
  text-decoration: none;
}

.jevbootstrap .table-bordered {
  border: none !important;
  border-left-color: none !important;
  border-left-style: none !important;
  border-left-width: none !important;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

.jevbootstrap .table-bordered thead:first-child tr:first-child > th:first-child, .jevbootstrap .table-bordered tbody:first-child tr:first-child > td:first-child, .jevbootstrap .table-bordered tbody:first-child tr:first-child > th:first-child {
    -webkit-border-top-left-radius: 0 !important;
    border-top-left-radius: 0;
    -moz-border-radius-topleft: 0 !important;
}

.jevbootstrap .table-bordered thead:first-child tr:first-child > th:last-child, .jevbootstrap .table-bordered tbody:first-child tr:first-child > td:last-child, .jevbootstrap .table-bordered tbody:first-child tr:first-child > th:last-child {
    -webkit-border-top-right-radius: 0 !important;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 0 !important;
}

.mod_events_latest_content a {
    font-size: 20px !important;
    line-height: 25px !important;
}




  
  