.sankey-chart .node rect {
  cursor: move;
  fill-opacity: 1;
  /* shape-rendering: crispEdges; */
}

.sankey-chart .node text {
  font-size: 20px;
  /* font-weight: bold; */
  pointer-events: none;
  fill: #000000;
  /* fill: #08254F; */
  /* text-shadow: 0 1px 0 #fff; */
}

.sankey-chart .link {
  fill: none;
  stroke: #000;
  stroke-opacity: .8;
}

.sankey-chart .link:hover {
  stroke-opacity: .8;
}