
#network{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;	
}

#network .link{
	stroke-width: 0.3;
	stroke:#9ecae1;
	stroke-opacity: 1 !important;
	pointer-events:none; 
}

#network #popUp{
	opacity: 0.85;
	background-color:#000;
	height:auto;
	min-width:300px;
	max-width:450px;
	min-height:110px;
	display:none;
	position:absolute;
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	overflow:visible;
	z-index:2000;
	
	color:#FFF;
}

#network #zoomCanvas{
  cursor:hand;
  cursor:grab;
  cursor:-moz-grab;
}

#network .grabbing {
 cursor:grabbing !important;
 cursor:-moz-grabbing !important;
}
