.calendar__table {
	width: 100%;
	height: calc(100vh - 128px);
}

.calendar__week {
	padding: 10px;
	border: 1px solid #CCC;
	vertical-align: top;
	width: 14.29%;
	height: 20px;
}

.calendar__table td {
	padding: 10px;
	border: 1px solid #CCC;
	vertical-align: top;
	width: 14.29%;
}

.calendar__table--6weeks td {
	padding: 10px;
	border: 1px solid #CCC;
	vertical-align: top;
	width: 14.66%;
}

.calendar__weekday {
	font-weight: bold;
	color: #000;
	font-size: 1.2em;
}

.calendar__day {
	font-size: 1.3em;
	padding: 2px 2px;
}

.calendar__othermonth .calendar__day {
	opacity: 0.3;
}

.calendar__currentday {
	background: #FFDF6B;
}

.calendar__event_MN {
	font-size: 0.9em;
	color: #FFFFFF;
	background: #1aa6e2;
}

.calendar__event_BP {
	font-size: 0.9em;
	color: #FFFFFF;
	background: #42e21a;
}

.calendar__event_RS {
	font-size: 0.9em;
	color: #000000;
	background: #FD6C9E;
}

.calendar__event_MA {
	font-size: 0.9em;
	color: #000000;
	background: #2BFAFA;
}

.calendar__event_RP {
	font-size: 0.9em;
	color: #FFFFFF;
	background: #ce682d;
}

.calendar__event_Cancel {
	font-size: 0.9em;
	color: #000000;
	background: #FF0000;
}

.btn-next-previous {
	font-weight: bold;
	font-size: 1.3em;
	color: #FFFFFF;
}	