body {
  background-color: black;
  margin:0;
  overflow: hidden;
  font-family: Sans-Serif;
}

#controls {
  margin: 0;
  position: absolute;
  min-width: 25%;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.0em;
  color: white;
  background: rgba(0,0,0,0.7);
  padding: 0.4em;
}

#FittingIn {
  font-weight: bold;
  font-size: 1.4em;
  padding: 0.2em;
}

#bythermo {
  font-weight: bolder;
  font-size: 1.0em;
  padding: 0.3em;
  margin-top: -0.7em
}

.controlButton {
  background: black;
  text-align: center;
  padding: 0.3em;
  margin: 0.3em;
  cursor: pointer;
  pointer-events: auto;
}

.controlButton a {
  color: lightsalmon;
  font-weight: bold;
  text-decoration: none;
}

#controlsBox {
  padding:4px;
  font-family: Sans-Serif;
  font-size: 0.8em;
  color: white;
  white-space: pre-wrap;
}

#progressBoxHolder {
  position: fixed;
  top: 0%;
  right: 0%;
  text-align: center;
  width: 100%;
  height: 100%;
  font-family: Sans-Serif;
  font-size: 1.2em;
  font-weight: bold;
  color: grey;
  margin: 0 0 0 0;
  padding: 5% 0 0 0;
  background: rgba(0,0,0,0.8);
  font-family: Sans-Serif;
}

.hide {
  display: none;
}

.hideProgress {
  opacity: 0 !important;
  -webkit-transition: opacity 1400ms ease-in-out !important;
  -ms-transition: opacity 1400ms ease-in-out !important;
  /*transition: opacity 1400ms ease-in-out !important;*/
  height: 0 !important;
  transition: opacity 1400ms ease-in-out, height 1400ms step-end !important;
}

#centeringContainerContainer {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  pointer-events: none;
}

#centeringContainer {
  position: relative;
  height: 100%;
  width: 100%;
}