.fb-events-container {

    overflow-x: hidden;

}
.fb-event {

    overflow: hidden;
    margin: 0 0 5px 0;
    padding: 20px;
    font-family : "Libre Baskerville", serif;
    /* height: 120px; */
    font-size: 15px;

}
.fb-event a {
    text-decoration: none;
    color: inherit;
}
.fb-event:hover {
    /* background-color: #B0C9FC; */
}
.fb-event img {
    float: left;
	padding-right: 5px;
}
.fb-event-title {
	color: #15324c;

	font-family: "BenchNine","Arya";
	text-transform: uppercase;
	line-height : 24px;

    font-size: 28px;
    font-weight: bold;
}
.fb-event-time {
	font-size : 12px;

	margin-bottom : 15px;
}
.fb-event-location {
}
.fb-event-description {

}
.fb-event-cal-upcoming,
.fb-event-cal-past,
.fb-event-cal-head {
    font-size: 11px;
    color: #333;
    background-color: #F2F2F2;
    border-top: solid 1px #E2E2E2;
    padding: 4px 6px 5px;
    border-bottom: none;
    font-weight: bold;

}

.fb-event-desc > div {
	margin-left: 60px;
}