/* 
    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;
}
