/*** SVG Flower Chart ***/

.petal {
	display: block;
	stroke-linecap: round;
	fill: url(#teun);
}

.heart-color {
	stop-color: red;
}

.edge-color {
	stop-color: green;
}

.ripple {
	display: block;
	stroke: black;
	stroke-width: .2%;
	stroke-opacity: 0.2;
	fill: none;
}
