<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#subtitle * {
	line-height:1;
	display:block;
}
#subtitle&gt;span&gt;span:first-of-type {
	text-transform:uppercase;
}
#subtitle&gt;span&gt;span:first-of-type+span {
	font-size:16px;
	line-height:1;
	font-weight:normal !important;
}
#frequency {
	visibility:visible;
}


@media screen and (max-width:600px) {
#subtitle span:first-of-type {
		font-size:19px !important;
		line-height:20px !important;
	}
	#subtitle span+span {
		font-size:12px !important;
		line-height:12px !important;
	}
	#startDate, #reportDate {
		line-height: 17px;
	}

}
</pre></body></html>