#services_block {
	width: 240px;
	float: left;
}
#calendar {
	width: 400px;
	float: left;
}
input {
	margin: 5px 0;
}
input.button, input[type=submit] {
	padding: 3px 10px;
}
.fc-grid .fc-day-number {
	width: 100%;
	text-align: center;
}
.fc-day-active {
	font-weight: bold;
	cursor: pointer;
	font-size: 20px;
}
.fc-day-active.fc-other-month{
	cursor: default;
}
.fc-day-active:hover {
	background-color: #DDD;
}
.fc-day-active:hover.fc-other-month {
	background-color: unset;
}
.fc-day-selected, .fc-day-selected.fc-day-active:hover {
	background-color:#AAA;
}
.agenda-events-block {
	float: left;
	margin: 18px 0 0 30px;
	overflow: auto;
	width: 200px;
}
.agenda-events-block-date {
	text-align: center;
	height: 30px;
	clear: both;
	padding-right: 20px;
	font-size: 18px;
}
.agenda-events-block-list {
	overflow: auto;
	clear: both;
}
.agenda-events-block button {
	width: 180px;
	text-align: center;
	padding: 5px 0px;
	margin-bottom: 5px;
	display: block;
	clear: both;
}

@media (min-width: 1249px) {
	.agenda-events-block-list {
		max-height: 360px;
	}
}