.fb-events-container {
    overflow-x: hidden;
}
.fb-event {
    background-color: #FBFBFB;
    border: 1px solid #A0A0A0;
    overflow: auto;
    margin: 0 0 5px 0;
    padding: 12px;
    font-family: arial, verdana, courier;
    max-width: 720px;
    font-size: 14px;
    line-height: 22px;
}
.fb-event a {
    text-decoration: none;
    color: inherit;
}
.fb-event:hover {
    background-color: #ECECEC;
}
.fb-event img {
    float: left;
	padding-right: 5px;
}
.fb-event-title {
    font-size: 16px;
    font-weight: bold;
}
.fb-event-time {
    line-height: 18px;
}
.fb-event-location {
}
.fb-event-description {
    line-height: 22px;
    display: block;
    overflow: auto;
    max-height: 180px;
}
.fb-event-description:hover {
    background-color: #FBFBFB;
}
.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;
}