body {
  margin: 0;
}

canvas {
  display: block;
}

input {
  border: none;
}

.graph-nav-info {
  bottom: 5px;
  width: 100%;
  text-align: center;
  color: slategrey;
  opacity: 0.7;
  font-size: 10px;
}

.graph-info-msg {
  top: 50%;
  width: 100%;
  text-align: center;
  color: lavender;
  opacity: 0.7;
  font-size: 22px;
}

.graph-tooltip {
  color: lavender;
  font-size: 18px;
  transform: translate(-50%, 25px);
}

.graph-info-msg, .graph-nav-info, .graph-tooltip {
  position: absolute;
  font-family: Sans-serif;
}

.grabbable {
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.grabbable:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

.scene-nav-info {
  bottom: 5px;
  width: 100%;
  text-align: center;
  color: slategrey;
  opacity: 0.7;
  font-size: 10px;
}

.scene-tooltip {
  color: lavender;
  font-size: 18px;
  transform: translate(-50%, 25px);
}

.scene-nav-info, .scene-tooltip {
  position: absolute;
  font-family: Sans-serif;
}
