<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.calendar {
	background: rgb(255, 255, 255); padding: 0px 60px; float: left; position: relative; z-index: 10000;
}
.calendar dl {
	margin: 0px 20px; padding: 0px; width: 260px; line-height: 22px; font-size: 12px; float: left;
}
.calendar dd {
	margin: 0px 20px; padding: 0px; width: 260px; line-height: 22px; font-size: 12px; float: left;
}
.calendar dt.title-date {
	color: rgb(224, 30, 36); padding-bottom: 3px; font-size: 26px; margin-bottom: 5px; display: block; position: relative;
}
.calendar dt {
	margin: 1px; width: 33px; text-align: center; color: rgb(224, 30, 36); font-size: 14px; font-weight: lighter; float: left;
}
.calendar dt.title-date {
	width: 100%;
}
.calendar dd {
	margin: 0px; width: 260px; height: 220px; clear: both; font-weight: 500;
}
.prevyear {
	top: 40%; color: rgb(202, 202, 202); overflow: hidden; font-size: 50px; position: absolute; cursor: pointer;
}
.nextyear {
	top: 40%; color: rgb(202, 202, 202); overflow: hidden; font-size: 50px; position: absolute; cursor: pointer;
}
.prevmonth {
	top: 40%; color: rgb(202, 202, 202); overflow: hidden; font-size: 50px; position: absolute; cursor: pointer;
}
.nextmonth {
	top: 40%; color: rgb(202, 202, 202); overflow: hidden; font-size: 50px; position: absolute; cursor: pointer;
}
.prevyear {
	left: 4px; width: 9px;
}
.prevmonth {
	left: 0px;
}
.nextyear {
	background-position: -19px 0px; width: 9px; right: 18px;
}
.nextmonth {
	right: 0px;
}
.calendar dd a {
	margin: 1px 0px; border: 2px solid rgb(255, 255, 255); border-image: none; width: 35px; height: 35px; text-align: center; color: rgb(70, 70, 70); line-height: 35px; overflow: hidden; font-size: 17px; text-decoration: none; vertical-align: middle; float: left;
}
.calendar dd a.disabled {
	color: rgb(202, 202, 202); cursor: pointer;
}
.calendar dd a.tody {
	color: rgb(224, 30, 36);
}
.calendar dd a.Selected.live {
	background: white; border: 2px solid rgb(224, 30, 36); border-image: none;
}
.calendar dd a.on {
	border: 2px solid rgb(224, 30, 36); border-image: none;
}
.calendar dd a.live {
	cursor: pointer;
}
.calendar dd a.ResidenceDate.live {
	background: rgb(224, 30, 36); border: 2px solid rgb(224, 30, 36); border-image: none; color: rgb(255, 255, 255);
}
.calendar dd a.DepDate.live {
	background: rgb(224, 30, 36); border: 2px solid rgb(224, 30, 36); border-image: none; color: rgb(255, 255, 255);
}
.calendar dd a.RetDate.live {
	background: rgb(224, 30, 36); border: 2px solid rgb(224, 30, 36); border-image: none; color: rgb(255, 255, 255);
}
.calendar dd a.holidays.live {
	color: rgb(228, 12, 18);
}
@media all and (max-width:992px)
{
.calendar dl {
	margin: auto; float: none;
}
.calendar dd {
	margin: auto; float: none;
}
.calendar {
	padding: 0px 15px; float: none;
}
}
</pre></body></html>