html,
body {
  height: 100%;
  width: 100%;
  overflow: hidden;
  font-family: monospace
}

body {
  margin: 0px;
}

.webgl {
  width: 100%;
  height: 100%;
}

#info {
  color: #fff;
  position: absolute;
  bottom: 28px;
  left: 28px;
  margin: 0px;
  padding: 0px;
  text-shadow: -1px -1px 0 #444, 1px -1px 0 #444, -1px 1px 0 #444, 1px 1px 0 #444;
}

#compassContainer {
  position: absolute;
  bottom: 28px;
  right: 28px;
  margin: 0px;
  padding: 0px;
  visibility: visible;
}


/*# sourceMappingURL=main.css.map*/