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

em {
    font-style: italic;
    display: none;
}

#jevents_body .jev_toprow h2 span {

    display: none;
}

Element {
    display: none;
}

jevents_body {

    font-size: 13px;

}
.jev_listrow .jevright {
    position: relative;
}
.jev_listrow .jevright .jev_evdt_icons {
    position: absolute;
    right: 5px;
    top: 5px;
}
.jevbootstrap .ical_dialogJQ img {
    margin-right: 0;
}
.jev_evdt_icons_text {
    float: left;
    line-height: initial;
    margin: -4px 10px 0 0;
}
#jevents_body .jev_listview .jev_listrow div.jevright p {
    padding-right: 152px;
}
@media screen and (max-width:767px){
.jev_listrow .jevright .jev_evdt_icons {
    position: relative;
    right: initial;
    top: 0;
}
  #jevents_body .jev_listview .jev_listrow div.jevright p {
    padding-right: initial;
}
}