#calendarPage {
	padding: 25px;
}

#pageName {
	margin-left: 10px;
	font-size: 23px;
}
#calendarPage #createNewEventDiv {
	float: right;
	margin-right: 17px;
	width: auto;
	height: auto;
}
#calendarWrapper {
    width: 900px;
    min-height: 1100px;
    float: left;
    margin: 0 0 0 10px;
}

#calendarBlock {
    width: 900px;
    margin: 10px auto;
    font-size: 10pt;
}

.fc-event{
    cursor : pointer;
}

#calendarPage .fc-header-title h2 {
	font-size: 20px !important;
}
