#calendar {
	
}

#calendar .month_nav {
	margin: 0 auto 10px auto;
	width: 200px;
	font-size: 14px;
	font-weight: bold;
}

#calendar .month_nav button {
	margin: 0 5px 0 5px;
}

.week_wrapper {
	display: flex;
	margin: 0 auto 0 auto;
	width: 370px;
}

#calendar .day_header,
#calendar .day,
#calendar .othermonth {
	width: 50px;
	margin: 0;
	border: 1px solid #0b2afb;
	border-right: none;
	border-bottom: none;
}

#calendar .day_header {
	text-align: center;
}

#calendar .day,
#calendar .othermonth {
	height: 50px;
}

#calendar .day.today {
	padding: 10px auto;
	font-weight: bold;
	background-color: #99ccff;
}

#calendar .day.holiday {
	color: #cb42f5;
	font-weight: bold;
}

#calendar p.holiday {
	margin-top: 0;
	font-size: 10px;
}

#calendar .week_wrapper .day_header:last-child,
#calendar .week_wrapper .day:last-child,
#calendar .week_wrapper .othermonth:last-child {
	border-right: 1px solid #0b2afb;
}

#calendar .week_wrapper:last-child .day,
#calendar .week_wrapper:last-child .othermonth {
	border-bottom: 1px solid #0b2afb;
}

#calendar .othermonth {
	color: #dddddd;
}
