text {
  font-weight: 300;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.node > rect {
  stroke-width: 1px;
  stroke: #333;
  fill: none;
  opacity: 0.5;
}

.edge rect {
  fill: #fff
}

.edgePath path {
  stroke: #333;
  stroke-width: 1.5px;
}

.ne-O > rect {
  fill: #87CEFA;
}

.ne-ORGANIZATION > rect {
  fill: #FF6347;
}

.main-svg {
  border: 1px solid #999;
  width: 550px;
  height : 500px;
  display: inline-block;
}

.main-svg-empty {
  width: 550px;
  height : 500px;
}

.scale-button {
	width: 30px;
	height : 20px;
	display: inline-block;
}


