.fc-toolbar .fc-left h2 {
	color:#00a0dd;
}

.fc-toolbar .fc-right .fc-button {
	color:#00a0dd;
}

.fc-toolbar .fc-day-header {
	background-color:#00a0dd;
	color:#ffffff;
}

.fc-toolbar .fc-state-highlight {
	color:#00a0dd;
}

.fc-content {
	background-color:#00a0dd;
	border-color:#00a0dd;
}

.fc-content .fc-time {
	display:none;
}

/* A look back at 2017 */
.infine-table div {text-align: center; width: 33%; height: 200px; float:left; padding:10px; font-size: 15px;}
.infine-table div table {height: 100%; width: 100%;}
.infine-table div .big {font-size: 28px; line-height: 38px;}
.infine-table div.even-col {background: #00b0f0; color: #ffffff;}
.infine-table div.odd-col {}
@media screen and (max-width: 860px) {
	.infine-table div {width: 50%; height: 200px; font-size: 11px}
	.infine-table div {background: #00b0f0; color: #ffffff;}
	.infine-table div:nth-child(4n+3) {background: #ffffff; color: #6d6e70;}
	.infine-table div:nth-child(4n+2) {background: #ffffff; color: #6d6e70;}
}