/* line 3, ../sass/creatures.scss */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: helvetica, arial;
  font-size: 10px;
  font-weight: 200;
  color: #fff;
  background-color: #222;
}

/* line 14, ../sass/creatures.scss */
#canvas {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
}

/* line 21, ../sass/creatures.scss */
#chart {
  position: absolute;
  top: 5px;
  right: 5px;
  display: none;
  width: 240px;
  height: 240px;
}

/* line 30, ../sass/creatures.scss */
#report {
  position: absolute;
  top: 2px;
  left: 2px;
  font-size: 12px;
  font-weight: bold;
}
/* line 37, ../sass/creatures.scss */
#report div div {
  float: left;
  width: 40px;
}
