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

body {
    style=height:100%;
    style=width:100%;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
    color: #000000;
    font-family: sans-serif;
    font-size: 12px;
       }

div.region {
    position: relative;
    padding: 0px;
    background-color: #ffffff;
    color: #000000;
    overflow: auto;
    font-size: 14px;
        }

div#navbar {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 5%;
           }

div#molecule  {
    top: 5%;
    left: 0px;
    width:100%;
    height: 80%;
    float: top
             }

div#text {
    top: 5%;
    left: 0px;
    width: 100%;
    height: 20%;
    float: bottom
            }
</pre></body></html>