

.node_dt circle {
  fill: #fff;
  stroke: #00AEEF;
  stroke-width: 3px;
}

.node_dt text {
  font: 14px/16px "Roboto", sans-serif;
}

.decision_tree .link {
  fill: none;
  stroke: #ccc;
  stroke-width: 2px;
}

div.tableRow{
    background-color:white;
}



.sankey .node rect {
  cursor: move;
  fill-opacity: .9;
  shape-rendering: crispEdges;
}

.sankey .node text {
  pointer-events: none;
  text-shadow: 0 1px 0 #fff;
}

.sankey .link {
  fill: none;
  stroke: #000;
  stroke-opacity: .2;
}

.sankey .link:hover {
  stroke-opacity: .5;
}

div.treeIcons{  
    padding: 5px 20px
}