.clearfix {
	float: left;
}
.width {
    width: 97%;
}
.heading {
    font-size: 18px;
    color: #ffaa07;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px solid #af7032;
}

.eventsinfo * {
	padding-top: 2px;
}

.eventList {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #666;
    clear: both;
	display: table;
	border-collapse: collapse;
	margin-left: 10px;
}

.events {
	padding-bottom: 10px;
}

.eventList.heading {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px 0;
    padding-top: 10px;
}
.eventList .item {
	border-bottom: 2px solid rgb(204, 238, 255);
	border-top: 2px solid rgb(204, 238, 255);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	display: table-row;
	text-align: left;
	background-color: #f5f6f6;
}

.eventList .item:hover   .title{
	background-color: #ffffff;
}

.eventList .item:hover   .time{
	background-color: #ffffff;
}

.eventList .item:hover   .location{
	background-color: #ffffff;
}

.eventList a {
	border-left: 6px solid #1d5d7d;
	font-size: 12px;
    font-weight: bold;
    color: #21c2f8;
    text-decoration: none;
	padding-left: 3px;
	display: table-cell;
}

.eventList .title {
    font-size: 12px;
    font-weight: bold;
    color: #21c2f8;
    text-decoration: none;
	display: table-cell;
	width: 40%;
	padding-left: 3px;
}
.eventList a:hover {
    text-decoration: underline;
}
.eventList .time {
    font-weight: bold;
    color: #1d5d7d;
    padding-left: 15px;
	display: table-cell;
}
.eventList .date {
    padding-right: 10px;
	display: table-cell;
	float: left;
	width: 40%;
}
.eventList img {
    width: 100%;
    height: auto;
}
.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);
	display: none;
}
.eventList .description {
    font-size: 12px;
    margin-bottom: 7px;
	display: none;
}
.eventList .location {
    font-size: 10px;
    margin-bottom: 7px;
	display: table-cell;
	width: 20%;
}
.eventList .branch {
    font-size: 12px;
    margin-bottom: 7px;
	display: none;
}
.eventList hr {}