g[class^="legendPie"] text {
	font-size: 0.6em !important;
}

*[class^="tooltipPie"] {
	background: #eee;
	box-shadow: 0 0 5px #999999;
	color: #333;
	display: none;
	font-size: 12px;
	padding: 10px;
	position: absolute;
	text-align: center;
	width: 150px;
	z-index: 10;
}

*[class^="labelPie"] {
	color: black;
	font-weight: bold;
}

*[class^="rectPie"] {
	cursor: pointer;
	stroke-width: 2;
}

*[class^="rectdisabledPie"] {
	fill: transparent !important;
}