html {
  background-color: #ffffff;
/*  background-color: #000000; */
  overflow: none;
}
body {
  overflow: none;
}
#infoBox {
  display: none;
  position: absolute;
  bottom: 80vh;
  left: 40vw;
  height: 1.5em;
  width: 16em;
  background-color: rgba(255, 255, 255, 0.5);
  border-style: double;
  color: #FFFFFF;
  border-color: darkgrey;
  text-align: center;
}
#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;
}
iframe {
  overflow: none;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}
#controlsDiv > button {
  overflow: none;
  margin-top: 10px;
}
#controlsDiv > p {
  padding: 0;
  margin: 0;
  overflow: none;

}


button {
  background-color: #EEEEEE;
  padding: 4px;
}
