html { height: 100% }

body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  font-size: -moz-calc(0.4+1vmin);
  font-size: -webkit-calc(0.4+1vmin);
  font-size: calc(0.4+1vmin);
}

textarea {background-color: #ffffff;
  font-family: verdana,arial,helvetica;
  font-size: 8pt
}

.optionBoldBlue {
  //padding-top: 10px;
  font-weight: bold;
  color: blue;
  font-size: 90%;
}

.optionBoldRed {
  font-weight: bold;
  color: red;
  font-size: 100%;
}

.paramoptions {
  font-size: 90%;
}

#topTitle {
  text-align: center;
}

#abs_td {
  position: relative;
}

#zoomBox {
  height: 60%;
  width: 60%;
  left: 0;
  position: absolute;
  top: 0;
}

#controls {
  position: absolute;
  top: 3em;
  left: 1em;
}

