<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen and (max-width: 500px) {
   .md-modal {
		width:70% !important;
	}
	.md-content &gt; h3 {
		font-size: 2em !important;
	}
	.md-content &gt; div {
		font-size: 1em !important;
	}
}
@media only screen and (max-width: 700px) {
   .md-modal {
		width:70% !important;
	}
	.md-content &gt; h3 {
		font-size: 2em !important;
	}
	.md-content &gt; div {
		font-size: 1em !important;
	}
}</pre></body></html>