#agenda-block {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	padding: 20px;
}

#services_block {
	width: 240px;
}
#calendar {
	width: 400px;
}

.fc-grid .fc-day-number {
	width: 100%;
	text-align: center;
}

.fc-day-active {
	font-weight: bold;
	cursor: pointer;
	font-size: 20px;
	background-color: #59a0a1;
	color: #fff;
}
.fc-day-active.fc-other-month{
	cursor: default;
}
.fc-day-active:hover {
	background-color: #fcefbd;
	color: #666;
}
.fc-day-active:hover.fc-other-month {
	background-color: unset;
}
.fc-day-selected, .fc-day-selected.fc-day-active:hover {
	background-color:#AAA;
}
.fc-button {
	position: relative;
	display: inline-block;
	padding: 0 0.6em;
	overflow: hidden;
	height: 1.9em;
	line-height: 1.9em;
	white-space: nowrap;
	cursor: pointer;
}
.fc-state-default {
	background-color: #fff;
	border: 1px solid #e6e6e6;
	color: #59a0a1;
}
.fc-state-hover, .fc-state-down, .fc-state-active, .fc-state-disabled {
	color: #333333;
	background-color: #e6e6e6;
}
.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;
}
#app-form input[type=submit] {
	padding: 3px 10px;
	background-color: #59a0a1;
}
#app-form input[type=submit]:hover {
	background-color: #fcecb7;
	text-decoration: none;
}

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