<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.no-js .top-bar {
  display: none;
}

.documentviewer {
	width:100%; height:600px;
}

@media only screen and (max-width:600px) {
  .mobileadjust {margin-left:-9%;}
}

@media screen and (min-width: 40em) {
  .no-js .top-bar {
    display: block;
  }

  .no-js .title-bar {
    display: none;
  }
}

@media screen and (max-width: 450px) {
	.documentviewer {
		width:100%; height:400px;
	}
}</pre></body></html>