.cNode {
  cursor: pointer !important;
}

.cNode:hover {
  stroke: #41BE1A !important;
  stroke-width: 3px !important;
}

.cNode--root {
  stroke: #41BE1A !important;
  stroke-width: 3px !important;
}

.cNode--leaf {
  fill: #41BE1A !important;
}

.label {
	font-size: 11px !important;
 	font-family: 'Montserrat', 'Century Gothic', CenturyGothic, AppleGothic, sans-serif !important;
  	text-anchor: middle!important;
  	
	
	
  
}

.label,
.cNode--root,
.cNode--leaf {
  pointer-events: none !important;
}