.ul-tagfy {
	list-style:none;
}

.button-tagfy {
	cursor: pointer;
	overflow: visible;
	display: inline-block;
	outline: none;
	margin-right: 5px;
	padding: 0 0.5em;
	vertical-align: middle;
	line-height: 1.75em;
	white-space: nowrap;
	border: 1px solid #666;
	background-color: #ffffff;
	color: #666;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	border-radius: 3px;
}

.button-tagfy.delete-all {
	background: #ff3860;
	color: #FFF;
}



.tagify-container > span > a:last-child:hover{
	color: red;
}