<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.pdfviewer {
	margin:1% 0;
	border:1px solid #aaa;
	height:700px;
	width:100%;
}
@media (max-width:767px){ 
	.pdfviewer { 
		height:350px;
	}
}

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