.clearfix {
    clear: both;
}

.heading {
    font-size: 18px;
    color: #999;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #CCC;
}
.eventList {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #666;
    clear: both;
}
.eventList.heading {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px 0;
    padding-top: 10px;
}
.eventList .item {
    background-color: #efefdf;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding: 25px;
    border: 0 solid #EEE;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.eventList a, .eventList .title {
    font-size: 18px;
    font-weight: bold;
    color: #666;
    text-decoration: none;
}
.eventList a:hover {
    text-decoration: underline;
}
.eventList .time {
    font-weight: bold;
    color: #999;
    padding-left: 0px;
}
.eventList .date {
    float: right;
    padding-right: 10px;
}
.eventList img {
    width: 100%;
    height: auto;
    float: left;
}
.eventList .image {
    float: left;
    max-width: 80px;
    height: auto;
    margin: 5px 10px 5px 0;
    overflow: hidden;
    border: 1px solid #CCC;
    box-shadow: 1px 1px 1px rgba(40, 51, 51, .2);
}
.eventList .description {
    font-size: 14px;
    margin-bottom: 7px;
    overflow: hidden;
}
.eventList .location {
    font-size: 12px;
    margin-bottom: 7px;
}
.eventList .branch {
    font-size: 12px;
    margin-bottom: 7px;
}
.eventList hr {}