html {
  background-color: #ffffff;
/*  background-color: #000000; */
  overflow: hidden;
}
body {
  font-family: Monospace;
  margin: 0px;
}
#thisViewer {
  margin: none;
  padding: none;
  position: absolute;height: 100vh;width: 100vw;top: 0;left: 0;}
#controlsDiv {
  position: absolute;
  right: 3vw;
  top: 1vh;
  width: 30vw;
  margin: 0px;
    overflow: none;


}
#sideBar {
  right: 0;
  width 10vw;
  top: 30vh;
  position: absolute;
}

			#info {
				color: #808080;
				position: absolute;
				top: 10px;
				width: 100%;
				text-align: center;
				z-index: 100;
				display:block;
			}

			#container {
				position: absolute;
				top: 0px;
				width:100%;
				height:100%;
				z-index: -1;
			}

#controls {
    
display: none;	
position: absolute;
    border-width: 6px 6px 0px 0px;
    width: 200px;
    bottom: 0px;
    left: 0px;
    padding: 0;
    background-color: #9c9999;
    font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
    border-style: groove;
    border-color: #94989c;
}

#controls > div {
    margin-bottom: 8px;
}

#controls hr {
    border: 0px;
    height: 1px;
    margin-bottom: 10px;
    background-color: #000;
}
#controls > button {
  overflow: none;
  margin-top: 10px;
}
#controls > p {
  padding: 0;
  margin: 0;
  overflow: none;

}

#info a, .button {
    color: #f00;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer
}


iframe {
  overflow: none;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}


#controls button {
  background-color: #949494;
  padding: 4px;
}
