
html,
body {
  height: 100%;
  background: #222222;
  font: 100%/1.21 'Helvetica Neue',helvetica,sans-serif;
  text-rendering: optimizeSpeed;
  color: #888888;
  overflow: hidden;
}

#main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.cursor {
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 8px;
  margin: -5px 0 0 -5px;
  border: 2px solid #FF0000;
  border-radius: 50%;
  transform-origin: 50% 50%;
  transition: all 250ms ease;
  transition-property: width, height, margin;
  pointer-events: none;
  overflow: hidden;
  font-size: 9px;
  line-height: 25px;
  text-indent: 15px;
  white-space: nowrap;
}

.cursor.label {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.cursor.label {
  overflow: visible;
}

.cursor.big {
  width: 24px;
  height: 24px;
  margin: -13px 0 0 -13px;
}
