
#calendar-outer {
	width: 287px;
	margin:0 auto;
	    font-family: var(--thm-font);

	font-size:13px;
}

#calendar-outer ul {
	margin: 0px;
	padding: 0px;
}

#calendar-outer ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.prev, .yprev {
	display: inline-block;
	float: left;
	cursor: pointer
}

.next, .ynext {
	display: inline-block;
	float: right;
	cursor: pointer
}



div.calendar-nav {
	background-color: #fff;
	border-radius: 4px;
	text-align: center;
	padding: 10px;
	color: #000;
	box-sizing: border-box;
}

#calendar-outer .week-name-title li {
	display: inline-block;
	padding: 10px 15px;
	color: rgb(108,14,14);
	font-size: 13px;
	font-weight: 600;
}

.week-day-cell li {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	vertical-align: middle;
	background-color: #FFF;
	color: #000;
	border: 1px solid #ba4333;
	border-radius: 4px;
	font-size: 1.2em;
}
#body-overlay {background-color: rgba(0, 0, 0, 0.3);z-index: 999;position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: none;}
#body-overlay div {position:absolute;left:50%;top:50%;margin-top:-32px;margin-left:-32px;}

.activeCalDay a {
	color: #ba4333 !important;
}
.currentDay {
	background-color: #dd6251 !important;
}
.currentDay a {
	color:#fff !important;
}
.activeCalDay {
	color: #dd6251 !important;
}
.activeCalDay:not(.currentDay) a {
	font-weight:bold;
}