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

#jevents_body .jev_toprow div.previousmonth a {
    background: url(/marienkaefer/media/templates/site/marienkaeferschule/images/arrow_light_left.svg) no-repeat center left !important;
    background-size: contain;
}
#jevents_body .jev_toprow div.nextmonth a {
    background: url(/marienkaefer/media/templates/site/marienkaeferschule/images/arrow_light_right.svg) no-repeat center right !important;
    background-size: contain;
}

