
/**
 * Dot styles (one for each entry to compare).
 */
#dot_0{
	color: #00A0B0;
}

#dot_1{
	color: #EDCA56;
}

#dot_2{
	color: #CB323E;
}

#dot_3{
	color: blue;
}

#dot_4{
	color: red;
}

#dot_5{
	color: green;
}

.radar-container {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-weight: 300;
	fill: #242424;
	text-align: center;
	text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, -1px 0 0 #fff, 0 -1px 0 #fff;
	cursor: default;
}
			
.legend {
	font-family: 'Raleway', sans-serif;
	fill: #333333;
}

.tooltip {
	fill: #333333;
}