.cicon {
	
}

.icon-green {
	fill: #00b95e;
}

.icon-red {
	fill: red;
}

.icon-black {
	fill: #333333;
}

.icon-white {
	fill: white;
}

.icon-pink {
	fill: #ea214f;
}

.icon-grey {
	fill: #777777;
}

.icon-darkgrey {
	fill: #333333;
}

.icon-lightgrey {
	fill: #bbbbbb;
}

.icon-blue {
	fill: #1e96ff;
}

.icon-steelblue {
	fill: steelblue;
}

.icon-orange {
	fill: orange;
}