
.node-hover {
  stroke: green;
  stroke-width: 2;
}

.link-hover {
  stroke: red;
  stroke-width: 2;
}

.iforce-highlight {
  stroke-width: 5px;
  stroke: magenta;
  stroke-opacity: 0.8;
}
.iforce-highlight-button {
  /*stroke-width: 1px;*/
  border-color: magenta;
}

.iforce-unknown-node-highlight {
  stroke-width: 1px;
  stroke: red;
  stroke-opacity: 0.8;
}
.iforce-unknown-node-highlight-checkbox {
  /*stroke-width: 1px;*/
  background-color: red;
  border-color: red;
}
.iforce-unknown-node-highlight-checkbox:checked {
  /*stroke-width: 1px;*/
  background-color: red;
  border-color: red;
}
