.checkState{
    color:#999;
}
.checkState .green{
    color:#8cc79b;
    background:none;
}
.checkState .applyRed{
    color:#ed5959;
}
.checkState .green:hover{
	color:#8cc79b;
	 background:none;
}
.checkState .red{
    color:#ed5959
}