<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* global */
html{height: 100%; width:100%; }
body
{ 
  background:white; 
  padding: 0px;
  margin: 0px;
  overflow:hidden;
  height:100%;
}



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