#cropPieChart {
	width: 100%;
	overflow-x: auto;
}

.cropCircleRow {
	padding-bottom: 10px;
}

path.slice {
	stroke-width:2px;
}

polyline {
	opacity: .3;
	stroke: black;
	stroke-width: 2px;
	fill: none;
}

a {
	color: blue;
}
