body
{
  margin: 0;
}

#canvas
{
  border: 5px dashed #001177;
  margin-left: 50px;
  margin-top: 30px;
  border-radius: 20px;
}

#box
{
  background-color: #004466;
  height: 50px;
  width: 50px;
  left: 150px;
  position: absolute;
  top: 50px;
}

#fps
{
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 2;
}

#testresults
{
  margin-left: 10px;
}

.testsucceeded
{
  color: #008800;
  margin-left: 20px;
}

.testfailed
{
  color: #990000;
  font-weight: bold;
  margin-left: 20px;
}