/* 
    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.
*/
    .eventfull {
        position: relative;
    }
    .eventbackground {
        bottom: 0;
        height: 100%;
        opacity: 0.3;
        position: absolute;
        top: 0;
        width: 100%;
    }

.jevbootstrap .ical_dialogJQ, .jevbootstrap .action_dialogJQ { position:fixed;z-index:1050;right:0px;}

    @media (max-width: 679px) {
       #jevents_body img {max-width:100% !important; }
       #gmap {width: 100% !important;}
       .fb-comments.fb_iframe_widget span, .fb-comments.fb_iframe_widget iframe {max-width:100% !important;width: 100% !important;max-height: 200px;}
    }



    #jevents_body span p img {width: 100%;}




#eb.eb-popover.top.in {

  max-width: 250px;

  background-color:#FFF;

  }

  

 #eb.eb-popover.top.in .jevtt_text {padding: 10px;}



a.cal_titlelink:link, a.cal_titlelink:visited, a.cal_titlelink:hover {

    font-size: 13px;
    font-weight: normal;
    line-height: 14px;
    font-family: Verdana, Geneva, sans-serif;
    text-decoration: none;
    color: inherit;
    display: block;
    margin-bottom: 1px;

}