.mec-calendar-table-head .mec-calendar-day-head {
	padding: .5em !important;
	text-align: center !important;
	background: #EEE;
}

.mec-calendar-table-head .mec-calendar-day-head:first-child {
	color: #AB0002;
	background: #FEE9E7 !important;
}

.mec-calendar-table-head .mec-calendar-day-head:last-child {
	color: #0078AB;
	background: #DEFFFD !important;
	font-size: 1.6rem !important;
}

.mec-calendar-row .mec-calendar-day:first-child {
	color: #AB0002;
}

.mec-calendar-row .mec-calendar-day:last-child {
	color: #0078AB;
}

.mec-calendar .mec-calendar-side .mec-next-month,
.mec-calendar .mec-calendar-side .mec-previous-month {
	background: rgba(31, 59, 149, 1) !important;
	color: #fff !important;
}

.mec-calendar .mec-calendar-side .mec-next-month i,
.mec-calendar .mec-calendar-side .mec-previous-month i {
	color: #fff !important;
}

.mec-load-month-link {
	color: #fff !important;
}

.mec-calendar .mec-event-article.mec-single-event-novel h4 {
	font-size: 1.4rem !important;
}

.mec-calendar dt {
	font-size: 1.6rem !important;
}

.mec-bg-color,
.mec-bg-color-hover:hover,
.mec-wrap .mec-bg-color,
.mec-wrap .mec-bg-color-hover:hover {
	background-color: transparent !important;
	color: #4d4d4d !important;
}

.mec-calendar.mec-event-calendar-classic .mec-selected-day,
.mec-calendar.mec-event-calendar-classic dt.mec-selected-day:hover {
	color: #4d4d4d !important;
	background-color: transparent !important;
}

.content_inner .mec-wrap .mec-calendar.mec-event-calendar-classic:not(.mec-event-container-simple) .mec-selected-day:hover {
	color: #4d4d4d !important;
}

@media screen and (max-width: 768px) {
	.mec-calendar .mec-event-article.mec-single-event-novel h4 {
		font-size: 1.2rem !important;
	}
}