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

.nav-items > div:first-child {
    border-radius: 10px 0 0 10px;
}
.nav-items > div:last-child {
      border-radius: 0px 10px 10px 0px;
}
#jevents {width:95%!important;}
#jevents_body {
    border: 0px solid #DDD!important;
    background-color: #fafafa;
    border-radius: 0px; 
    padding:20px!important;


}
#jevents_body a:hover{
  color: #222080;
}
.nav-items > div {
    line-height: 30px;
}
div.event_legend_name {
font-weight: normal;
}
ul.event_legend_list li {
border:none;
}
.mod_events_latest,
.mod_events_latest_first {
    border-top: solid 1px #E7E8EB!important;
  padding-top: 15px!important;
    padding-bottom: 15px!important;
}
.mod_events_latest_time {font-size:80%;}

.mod_events_latest_callink a  {
    background: #fff!important;
    color: black!important;
    border: 1px solid #fff!important;
    margin: 0px !important;
    font-size: small !important;
    padding: 5px 30px!important;
    border-radius: 500px!important;
    vertical-align: middle!important;
    font-size: 14px!important;
    line-height: 40px!important;
    text-align: center!important;
}
.mod_events_latest_callink a:hover {
  background: #fafafa!important;
  }