/*
* Health Graph CSS file
*/


/*Color of ring*/
.ring {
	fill : #97be8c;
}

/*Color of web that connects datapoints*/
.web {
	fill : rgba(0,0,0,0.1);
}

/*Color of circle + labels of healty datapoints*/
.healthy {
	fill : #616363;
}

/*Color of circle + labels of unhealty datapoints*/
.unhealthy {
	fill : #e1604f;
}

.label{
	font-size: 100% !important;
	font-weight: normal !important;
}

/*Enables pointer cursor for clickable labels and circles*/
text.clickable,
circle.clickable {
	cursor : pointer;
}
