.node {
  cursor: pointer;
}

.overlay{
    background-color:#EEE;
}

.node circle {
  fill: #fff;
  stroke: steelblue;
  stroke-width: 1.5px;
}

.nodeCircle.childContains{
    fill: lightsteelblue !important;
}

.nodeCircle.noChildContains{
    fill: #fff !important;
}

.node text {
  font-size:10px;
  font-family:sans-serif;
  text-overflow:ellipsis
}

.link {
  fill: none;
  stroke: #ccc;
  stroke-width: 1.5px;
}

.kg-tree__highlighted-node text{
    font-weight: 600;
}