/* 
    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_header .contentheading {
    background: #ddd none repeat scroll 0 0;
    border-bottom: medium none;
    color: #f03131;
    font-size: 16px;
    font-weight: 600;
    line-height: 35px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 0 20px;
    padding: 0px 20px 0 10px;
}

#flatcal_minical .flatcal_month_label {
  font-size:12px !important;
}

#flatcal_minical TD.flatcal_weekdays {
  font-size:12px !important;
}

#flatcal_minical .flatcal_daylink, #flatcal_minical .flatcal_sundaylink, #flatcal_minical .flatcal_busylink {
  font-size:12px !important;
}

@media (max-width: 768px) {
  .jg_element_gal, .jg_element_gal_r {
    width: 100%;
    padding-bottom:30px;
  }
  .jg_photo_container {
    text-align: center !important;
    float:none;
    padding-bottom:20px;
  }
  .jg_element_txt {
    text-align: center !important;
    float:none;
  }
  .jg_element_cat {
    width: 100%;
    padding-bottom:30px;
  }
  .jg_imgalign_catimgs {
    text-align: center !important;
  }
  .jg_catelem_photo {
    text-align: center !important;
    float: none;
  }
  .jg_catelem_txt {
    text-align: center !important;
  }
}





