html, body
{
  background: #6878EE;
  width: 100%;
  height: 100%;
  overflow: visible;
  padding: 0;
  margin: 0;
}

body
{
  text-align: center;
  border: 0;
}

div#mainContainer
{
  width: 960px;
  height: 560px;
  margin: 0 auto;
}

div#gameContainer
{
  background: transparent !important;
  width: 960px;
  height: 540px;
}

div#gameContainer canvas
{
  width: 960px;
  height: 540px;
}

div#controlButtons
{
  display: none;
  width: 960px;
  height: 20px;
  box-sizing: border-box;
  border: 1px solid #5868DE;
  padding: 0px;
}

button#runStatic, button#runDynamic
{
  height : 18px;
  border: 0px;
  background: #6878EE;
  margin: 0px;
  padding: 0px;
  width: 479px;
  float: left;
}

button#runStatic:hover, button#runDynamic:hover
{
  background: #5868DE;
  text-shadow: #000 0px 0px 10px, #fff 0px 0px 5px;
  font-weight: bold;
}

div#initialButtons
{
  position: relative;
  top: -560px;
  left: 0px;
  width: 960px;
  height: 560px;
  background: #6878EE;
  z-index: 2;
  box-sizing: border-box;
  border: 1px solid #5868DE;
}

button#initialRunStatic, button#initialRunDynamic
{
  width: 958px;
  height: 279px;
  border: 0px;
  font-size: 2em;
  background: #6878EE;
}

button#initialRunStatic:hover, button#initialRunDynamic:hover
{
  background: #5868DE;
  text-shadow: #000 0px 0px 10px, #fff 0px 0px 5px;
  font-weight: bold;
}

dialog#confirmDialog
{
}

dialog#confirmDialog::backdrop
{
  background: rgba(0, 0, 0, 0.75);
}

div#loading
{
  position: fixed;
  top: 0px;
  z-index: 3;
  display: none;
  width: 960px;
  height: 540px;
}
