#outputDiv
{
  left:0px;
  top:0px;
  margin-left:0;
  margin-right:0;
  margin-top:0;
  margin-bottom:0;
  padding:4px;
  background:transparent;
}

#outputTextElement
{
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  font-size:13vw;
  /*font-family:monospace;*/
  font-family:'Bubblegum sans';
  color:#7D3BBB; 
}

.highlight
{
  color:#ff3030;
}

#progressBarBaseDiv
{
  width:600px;
  height:5px;
  margin-left:auto;
  margin-right:auto;
  background-color:#606060;
}

#progressBarDiv
{
  width:0px;
  height:3px;
  background-color:#60f31c;
}

#controlButtons
{
  margin: 0px auto 0px auto;
  text-align:center;
}

.controlButton
{
  margin: 0px 6px 0px 6px;
  text-align:center;
  font-size:32px;
  font-family:monospace;
}

#speedAndCheckBoxesDiv
{
  margin: 0px auto 0px auto;
  text-align:center;
}


.UIText
{
  color:#7D3BBB;
}

.UIDisabledText
{
  color:#808080;
}

.UIInput
{
  background-color:#e0e0e0;
}

.UIInputReadOnly
{
  background-color:#b0b0b0;
}