svg.toph-opener {
  width: 100%;
  height: 100%;
}

svg.toph-opener .links line {
  stroke: #aaa;
  stroke-width: 0;
}

svg.toph-opener .nodes text {
  pointer-events: all;
  font-family: helvetica;
  font-size: 16px;
  text-anchor: middle;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

svg.toph-opener .nodes text.grabbing {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

svg.toph-opener .nodes text.hed {
  font-family: 'BWHaasHead-95Black-Classic';
}