.noArrow {
    fill: none !important;
}

.arrow {
  fill: #8F8FFF !important;
  stroke: #666;
  stroke-width: 1px;
}

.node circle {
  cursor: pointer;
  fill: #8F8FFF !important;
  stroke: #666;
  stroke-width: 1px;
}

.node text {
  font-size: 11px;
}

path.link {
  fill: none;
  stroke: #ccc;
  stroke-width: 1.5px;
}

.currentNodeText {
  font-weight: bold;
}
.currentNodeCircle {
  stroke: #404040 !important;
}
