.pie-chart .brute{
	fill: #4cb74c;
}
.pie-chart .ics{
	fill: #ffde40;
}
.pie-chart .iot{
	fill: #f68a53;
}
.pie-chart .rdp{
	fill: #f05867;
}
.pie-chart .rce{
	fill: #b43393;
}
.pie-chart .suspicious{
	fill: #6153a3;
}
.pie-chart .http{
	fill: #221f72;
}

.pie-chart .caption{
	text-align: center;
}
.pie-chart .caption>span{
	white-space:nowrap;
}

.pie-chart .icon{
	width:10px;
	height:10px;
	display:inline-block;
	margin: 0 .25em;
}

.pie-chart .brute .icon{
	background: #4cb74c;
}
.pie-chart .ics .icon{
	background: #ffde40;
}
.pie-chart .iot .icon{
	background: #f68a53;
}
.pie-chart .rdp .icon{
	background: #f05867;
}
.pie-chart .rce .icon{
	background: #b43393;
}
.pie-chart .suspicious .icon{
	background: #6153a3;
}
.pie-chart .http .icon{
	background: #221f72;
}