.fNode {
  font-size: 14px !important;
  fill: #000 !important;
  font-family: 'Montserrat', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif !important;
}

.fNode:hover {
  fill: #222d32 !important;
  cursor:pointer !important;
}

.fLink {
  stroke: #222d32 !important;
  stroke-opacity: .45 !important;
  fill: none !important;
  pointer-events: none !important;
}

.fNode:hover,
.fNode--source,
.fNode--target {
   font-weight: bold !important;
   
}

.fNode--source {
  fill: #41BE1A !important;
 
}

.fNode--target {
  fill: #FF0202 !important;
}

.fLink--source,
.fLink--target {
  stroke-opacity: 1 !important;
  stroke-width: 3px !important;
}

.fLink--source {
  stroke: #FF0202 !important;
}

.fLink--target {
  stroke: #41BE1A !important;
}