.btn-del{
	color: red!important;
}

.btn-del:hover{
	color: #ff9595!important;
}

.btn-undel{
	color: darkgreen!important;
}

.btn-undel:hover{
	color: #71ff71!important;
}