/*#multiplicon_gf_graph_div{
	overflow-x:scroll;
}*/
g.multiplicon-graph-node > rect{
	fill:white;
}
.edgePath path{
	stroke: #333;
	stroke-width:1px;
}
.node rect {
	stroke: #999;
	fill: #fff;
	stroke-width: 1px;
}
text {
	font-weight: 300;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px;
}