<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width:640px) {
  aside {
	position:absolute;
	top:0px;
	left:0px;
  }
  .ie10 aside {
	position:absolute;
	top:0px;
	left:0px;
  }
}
</pre></body></html>