.node {
  fill: rgba(55,96,146,1);
  font-size: x-small;
}

.node:hover {
  fill: yellow;
}

.link {
  fill: none;
  stroke: rgba(55,96,146,1);
  stroke-opacity: 1;
  pointer-events: none;
}

.link.source, .link.target {
  stroke-opacity: 1;
  stroke-width: 2px;
}

.node.target {
  fill: rgba(255,192,0,1) !important;
}

.link.source {
  stroke: rgba(255,192,0,1);
}

.node.source {
  fill: rgba(255,192,0,1);
}

.link.target {
  stroke: rgba(255,192,0,1);
}