.fade {
	opacity: 0.05; 
}

.mushroomRoot,.mushroomExternal,.mushroomStem {
	opacity: 0.8;
}
.mushroomEdge {
	opacity: 0.9;
}

.mushroomBase {
	opacity: 0.8;
	fill: none; 
	stroke: #000;
	stroke-width: .25px;
	
}

.hoverLayer {
	  pointer-events:none;
}

.hoverChildInternal {
	stroke: #000;
	stroke-width: .025px;
}
.lines {
	opacity: 0.8; 
}

.axis path, .axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}
