.glyphicon-remove
{
	color:#FF0000;
}
.glyphicon-ok
{
	color:#00FF00;
}
.glyphicon-arrow-up
{
	color:#00FF00;
}
.glyphicon-arrow-down
{
	color:#00FF00;
}

.glyphicon-arrow-up,
.glyphicon-arrow-down,
.glyphicon-ok,
.glyphicon-remove:hover{
	cursor: pointer;
}