.wf-tag-search{
	position:relative;
	max-width:400px
}

.wf-tag-search__results{
	position:absolute;
	top:100%;
	left:0;
	right:0;
	list-style:none;
	margin:0;
	padding:0;
	background:#fff;
	border:1px solid #ddd;
	max-height:300px;
	overflow-y:auto;
	z-index:999
}

.wf-tag-search__results li{
	margin:0;
	padding:8px 12px;
	border-bottom:1px solid #f2f2f2
}

.wf-tag-search__results li a{
	text-decoration:none;
	display:block;
	color:#333
}

.wf-tag-search__results li:hover{
	background:#f7f7f7
}

.wf-tag-search__results li.no-results {
  color: #999;
  font-style: italic;
  cursor: default;
}
.wf-tag-search__results li:hover:not(.no-results) {
  background: #f7f7f7;
}

.wf-tag-search{
	margin: 0 auto;
}