.node {
  fill: white; }
  .node.start circle {
    fill: #3287BA; }
  .node.mid text {
    fill: black; }
  .node.mid circle {
    stroke: #3287BA; }
  .node.end circle {
    fill: #FF6F00; }
  .node circle {
    stroke-width: 2px;
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab; }
    .node circle:hover {
      stroke: black;
      stroke-width: 3px; }
  .node text {
    pointer-events: none; }

.links .arrow {
  fill: #383B54; }
.links .linkLine {
  stroke: #383B54; }

.dataLabel {
  user-select: none; }
