/*********************
 * HTML DOM Elements *
 *********************/
html {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body {
  background: #ffffff;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  color: #333;
  margin: 0;
  overflow: hidden;
  cursor: default;
}

canvas {
  cursor: cell;
  width: 100%;
  height: 100%;
}

/**********************
 * Renderer HUD Pause *
 **********************/
.hud-paused {
  display : none;
  z-index : 125;
  width : 100%;
  position : absolute;
  top : 45%;
  text-align : center;
  color : rgba(200, 200, 200, 0.5);
  text-transform : uppercase;
  font-size : 35px;
  letter-spacing : 8px;
}
