html {
  background-color: #ffffff;
  overflow: hidden;
}
body {
  font-family: Monospace;
  margin: 0px;
  background-color: #FFFFFF;
  height: 100vh;
}
#backgroundDiv {
	position: absolute;
	width: 100vw;
	height: 100vh;
	left: 0;
	top: 0;
	background-color: #FFF;
}
#container {
	position: absolute;
	top: 0px;
	width:100%;
	height:100%;
	background-color: white;
}
#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;


}
/* 260px x 260px */
#loadingDiv {
	background-image: url('content/textures/loading.png');
	background-size: contain;
	width: 80vh;
	height: 80vh;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:10vh;
	background-position:0px 0px;
}
@media only screen and (orientation: portrait) {
	#loadingDiv {
	width: 100vw;
	height: 100vw;
	margin-top: 20vh
	
	}
}
#loadingBarProgress {
  width: 1%;
  height: 100%;
  background-color: black;
}
#loadingCounterDiv {
  bottom: -56%;
  width: 13%;
  left: 0;
  height: 10%;
  color: black;
  position:  relative;
  margin-right:  auto;
  margin-left: 77%;
}
#loadingCounter {
  color: #000000e0;
  font-size: 150%;
  font-weight: bold;
}
#loadingBar {
  width: 58%;
  background-color: white;
  height: 2.5%;
  margin-left: 17.55%;
  margin-right:  auto;
  bottom: -59.5%;
  position:  relative;
}
#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;
			}


#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;
}