#d3_selectable_force_directed_graph svg {
    border: 1px solid;
    font: 13px sans-serif;
    text-anchor: end;
    fill: white;
}

#d3_selectable_force_directed_graph .node {
  stroke: black;
  stroke-width: 1px;
}

.node .selected {
  stroke: black;
}
