.eventResultheadlineLink{
	text-align: center;
    font-weight: bold;
	text-decoration: underline;
	height: auto;
    width: 202px;
}
.eventsResultTbl{
	max-width: 210px;
	max-height: 116px;
}
.eventResultDate {
    width: 202px;
    height: 15px;
    text-align: center;
    color: green;
}
.eventResultDescData {
    width: 202px;
    height: 50px;
    font-size: 12px;
    text-align: justify;
    color: dimgrey;
	overflow-y: auto;
}
.fc-view.fc-view-month.fc-grid {
    position: relative;
    max-height: 545px;
    overflow-y: scroll;
    width: 836px;
}
.eventSearchLinks{
	cursor: pointer;
}