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

.more {
/*  outline: none;
  width: auto;
  padding: 6px 0;
  text-align: center;
  border: 1px solid #ddd;
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
  background-color: #fff;
  opacity: 0.6;
  background-repeat: repeat-x;
  background-position: left top;
  font-size: 14px;
  text-shadow: 1px 1px 1px #fff;
  font-weight: bold;
  height: 22px;
  line-height: 1.5em;*/
  margin-bottom: 20px;
  margin-right: 20px;
}

more:hover {
    opacity: 0.1;
}


/*.more:active {
  color: #666;
  background-position: left -38px;
}
*/

/*.round {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
*/

#canvas {
    position: relative;
    width: 100%; 
    min-height: 100%;    
}

#footer {
    position:absolute;
    bottom:10px; left:10px; right:10px;
    height: auto;
    text-align:center;
}</pre></body></html>