.fb-events-container {
    overflow: auto;
    overflow-x: hidden;
    max-height: 600px;
}
.fb-event {
    overflow: hidden;
    margin: 0 0 5px 0;
    padding: 5px;
}
.fb-event a {
    text-decoration: none;
    color: inherit;
}
.fb-event:hover {
 text-decoration : none !important;
}
.fb-event img {
    float: left;
	padding-right: 5px;
}
.fb-event-title {
    font-weight: bold;
 text-decoration : underline;
}
.fb-event-time {
 font-size : .8em;
}
.fb-event-location {
 text-decoration : underline;
}
.fb-event-description {
display: none;
}
.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;
    line-height: 1.28;
}


.fb-event-desc > div {
	margin-left: 60px;
}