@charset "utf-8";

.node {
  font: 300 11px "Helvetica Neue", Helvetica, Arial, sans-serif;
  fill: #bbb;
}

.node:hover {
  fill: #B40404;
}

.link {
  stroke: steelblue;
  stroke-opacity: .4;
  fill: none;
  pointer-events: none;
}

.node:hover,
.node--source,
.node--target {
  font-weight: 600;
}

.node--source {
  fill: #0B0B61;
}

.node--target {
  fill: #0B0B61;
}

.link--source,
.link--target {
  stroke-opacity: 1;
  stroke-width: 1px;
}

.link--source {
  stroke: #0B0B61;
}

.link--target {
  stroke: #0B0B61;
}
/* CSS Document */

