.linkGrip {
	pointer-events: all;
	fill: none;
	stroke: none;
	stroke-width: 1px;
}

.nodeGrip {
	pointer-events: all;
	fill: #ccc;
	stroke: none;
	stroke-width: 1px;
}

.linkGrip:hover {
	stroke: #ccc;
}

.splices path.spliceOuter {
	fill: none;
	stroke-linecap: round;
}

.splices path.spliceInner {
	fill: none;
	stroke-linecap: round;
	stroke-dasharray: 4 4;
}

.schematicTooltip {
	z-index: 900000;
	font-family: Noto Sans, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #444;
	text-align: center;
	width: 180px;
}

.schematicTooltipOuter {
	z-index: 899999;
	font-family: Noto Sans, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: white;
	-webkit-text-stroke: 4px white;
	-webkit-text-fill-color: white;
	opacity: 0.8;
	text-align: center;
	width: 180px;
}

