.entity{
	opacity:0.8;
}
.level{
	fill:none;
	stroke:#ccc;
	stroke-width:0.5px;
}

#radarchart .axis{
	stroke-width:1px;
	stroke:#ccc;
}

#radarchart .axis-hover{
	stroke:yellow;
}
#radarchart .axis-text{
	fill:#555;
	font-weight:bolder;
	font: 16px sans-serif;
	--text-anchor: middle;
}
.anchor-end{
	text-anchor: end;
	
}
.anchor-start{
	text-anchor: start;
}

.centerpoint{
	font-family: sans-serif;
	font-weight: bold;
}

.points{
	font-family: sans-serif;
}