/* 
    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.
*/
.month_date {
  	display: none;
}
.jev_header2 {
    text-align: center;
    display: flex;
    justify-content: center;
}
.jev_toprow .jev_header2 div.previousmonth, .jev_toprow .jev_header2 div.currentmonth, .jev_toprow .jev_header2 div.nextmonth {
    background: none;
    border: none;
    width: auto; 
}
.jev_toprow .jev_header2 div.previousmonth a, .jev_toprow .jev_header2 div.nextmonth a {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.editlinktip.hasjevtip {
  	
}