<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cCalendarDate {
	width: 80px;
	display: block;
	border: 1px solid rgba(0,0,0,0.2);
	background: #fff;
	padding: 8px 0;
	border-radius: 3px;
	overflow: hidden;
}
	
	.cCalendarDate {
		background: #fff;
	}
	
	.cCalendarDate &gt; span {
		display: block;
		text-align: center;
	}

	.cCalendarDate_month {
		color: #a93848;
		text-transform: uppercase;
		font-size: 20px;
		line-height: 1;
		font-weight: 500;
	}

	.cCalendarDate_date {
		font-size: 36px;
		line-height: 36px;
		font-weight: 300;
		color: #333;
	}</pre></body></html>