.fc-center h2 {
    font-size: 28px;
    line-height: 36px;
}
.fc button {
	height: auto;
}
.fc-button-group button {
    z-index: 8;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 500;
    background-color: transparent;
    color: #5AB1BB;
    border-color: #5AB1BB;
    border-style: solid;
    border-width: 2px;
    outline: none;
    box-shadow: #1C232B 0px 0px 0px 0px;
    margin: 0px;
    padding: 7px 12px;
    letter-spacing: 0px;
    border-radius: 0 !important;
    text-shadow: none;
    background-image: none;
}

.fc .fc-button-group .fc-month-button,
.fc .fc-button-group .fc-agendaWeek-button,
.fc .fc-button-group .fc-prev-button {
	margin-right: 5px;
}

.fc-view-container {
	background-color: #fff
}

.fc-day-header span {
	font-weight: 400;
	padding: 10px;
}

.fc-day-number {
	width: 30px;
	text-align: center;
}

.fc-unthemed td.fc-today {
	background-color: #ccc
}

.fc-event, .fc-event-dot {
background-color:  #5ab1bb
}

.fc-event {
	border-radius: 0px;
	border: none;
	padding: 5px;
	margin: 0;
}

.fc-content span {
	color: #fff;
}

.fc-day-grid-event .fc-content {
    white-space: unset;
}