/* 
    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.
*/

.span12 .lastevent {
float: left;
width: 20%;
padding-right: 40px;
}

/*.mod_events_latest p {
margin-right: 40px;
}

.mod_events_latest_first p {
margin-right: 40px;
}*/

.span9 .mod_events_latest {
float: left;
width: 32%;
margin-top: 10px;
margin-left: 16px;
}

.span9 .mod_events_latest_first {
float: left;
width: 32%;
margin-top: 10px;
margin-left: -26px;
}

.lastevent {
/*padding: 0px 0px 0px 30px;*/
margin-left: 26px
}

@media (max-width: 979px)  {

.span9 .mod_events_latest_first {
float: left;
width: 100%;
margin-top: 10px;
margin-left: 0px;
}
.span9 .mod_events_latest {
width: 100%;
margin-left: 0px;
}
.lastevent {
margin-left: 0px;
}

}

@media (max-width: 767px) {
.span12 .lastevent{
width: 45%;
padding-right: 20px;
}
}

@media (max-width: 500px) {
.span9 .lastevent {
width: 100%;
/*padding-right: 20px;*/
}

.span12 .lastevent img {
max-width: 70%;
}
}

.mod_events_latest_date {
font-family: 'Open Sans Condensed', sans-serif;
color: #004090;
font-size: 18px;
line-height: 20px;
}

.mod_events_latest_content {
font-family: 'Open Sans Condensed', sans-serif;
text-transform: uppercase;
color: #004090;
font-size: 18px;
line-height: 20px;
margin: 9px 0;
}

.mod_events_latest_content a {
font-family: 'Open Sans Condensed', sans-serif;
text-transform: uppercase;
color: #004090;
font-size: 18px;
line-height: 20px;
margin: 9px 0;
}

.mod_events_latest_content a:hover {
color: #525252;
text-decoration: underline;
}

.mod_events_latest_table p {
margin-top: 10px;
}

.mod_events_latest_callink a {
font-family: open sans condensed;
font-size: 18px;
text-transform: uppercase;
color: #d50b0b;
font-weight: bold;
}
.mod_events_latest_callink {
margin-bottom: 6px;
}






.lastevent img {
display: none;
}
.lastevent {
margin-bottom: 20px;
}
.lastevent p {
margin: 0px;
}