<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ipsRichEmbed_phone .ipsRichEmbed .cCalendarEmbed_calendar {
	float: none !important;
	width: 100%;
}

.ipsRichEmbed .ipsCalendarDate {
	width: 75px;
	height: 75px;
	padding: 7px 0;
	background: #fff;
}

	.ipsRichEmbed .ipsPhotoPanel_small .ipsCalendarDate {
		width: 55px;
		height: 55px;
	}

	.ipsRichEmbed_phone .ipsRichEmbed .ipsCalendarDate {
		width: 100%;
		margin-bottom: 7px;
		height: 65px;
	}

.ipsRichEmbed .ipsCalendarDate_month {
	font-size: 18px;
	font-weight: 500;
}

	.ipsRichEmbed .ipsPhotoPanel_small .ipsCalendarDate_month {
		font-size: 13px;
	}

	.ipsRichEmbed_phone .ipsRichEmbed .ipsCalendarDate_month {
		font-size: 16px;
	}

.ipsRichEmbed .ipsCalendarDate_date {
	font-size: 40px;
	font-weight: 300;
	line-height: 45px;
}

	.ipsRichEmbed .ipsPhotoPanel_small .ipsCalendarDate_date {
		font-size: 26px;
		line-height: 30px;
	}
	
	.ipsRichEmbed_phone .ipsRichEmbed .ipsCalendarDate_date {
		font-size: 32px;
	}

.cCalendarEmbed_dates {
	margin: 0;
}

.cCalendarEmbed_dates dt {
	float: left;
	width: 50px;
	text-align: right;
}
html[dir="ltr"] .cCalendarEmbed_dates dt {
	margin-right: 10px;
}
html[dir="rtl"] .cCalendarEmbed_dates dt {
	margin-left: 10px;
}</pre></body></html>