svg {
  font-size: 12px;
}

.node circle{
  fill: #ccc;
  fill-opacity: .1;
}

/*.dot {
  fill: #3182bd;
  fill-opacity: .2;
}
*/
.link {
  fill: none;
  stroke: #999;
  stroke-opacity:0.3;
}

.slot {
  fill: #fff;
  stroke: #999;
  stroke-opacity:0.3;
}

.vertex{
  fill: #999;
}

.clabel {
  fill: #fff;
  stroke: #999;
}

/*.circle {*/
	/*fill:#*/
/*}*/

g.context {
	fill:#ccc !important;
}

g.context circle {
	fill: rgb(225,225,225) !important;
	stroke: rgb(225,225,225) !important;
}

.extent {
  fill: #000;
  fill-opacity: .125;
  stroke: #fff;
}
