.live-search-wrap {
	position: relative;
	text-align:left;
	width:90%;
	display:block;
	margin:0 auto;
}
.live-search-wrap i.fa-search{
	font-size:20px;
	margin-left:5px;
	cursor:pointer;
}
.live-search-wrap i.fa-search:hover{
	color:#999;
}
.live-search div{
	padding:5px;
	background-color:#CCC;
	text-transform:uppercase;
}
.live-search-wrap input[type=text] {
	width: 85%;
	padding:5px;
	font-size:15px;
}

.live-search-wrap div.live-search {
	display:none;
	background: rgba(255,255,255, 1);
	position: absolute;
	left: 0;
	top: 30px; // Height of input
	z-index: 99999;
	width: 100%;
	max-height: 300px;
	overflow: auto;
	transition: all .1s ease-out;
	border: 1px solid #DDD;
	box-shadow: 2px 2px 8px #CCC;
}
.live-search-wrap div.live-search h2 {
	font-weight: bold;
	padding: 10px 10px 5px;
}
.live-search-wrap div.live-search ul {
	text-align:left;
	padding-left:0px;
	margin: 0;
	list-style: none;
}
.live-search-wrap div.live-search ul li:nth-child(odd){
	background-color: #F4F4F4;
}
.live-search-wrap div.live-search ul li:hover{
	background-color:#EEE;
}
.live-search-wrap div.live-search a {

	display: block;
	padding: 5px 10px;
	color: inherit;
	text-decoration: none;
}
.live-search-wrap div.live-search a:hover {
	font-weight: bold;
}

.live-search-wrap img {
	width: 30px;
	margin-right: 10px;
	vertical-align: middle;
}

.live-search-wrap div.live-search:empty {
	height: 0;
	box-shadow: none;
}
.tags{
	text-align:left;
	margin:5px 0px 5px 0px;
}
.tags span{
	display:inline-block;
	padding:5px;
	background-color:#EEE;
	border:1px solid #CCC;
	margin:5px 5px 0px 0px;
	-webkit-border-radius: 7px; 
    -moz-border-radius: 7px; 
  	border-radius: 7px;
}

.tags span i{
	cursor:pointer;
}
.tags span i:hover{
	background-color:#CCC;
}