.mentions-autosuggest {
	background-color: rgb(250, 250, 250); /* IE7-8 */
	background-color: rgba(250, 250, 250, 0.8);
	border-bottom: 1px solid rgb(0, 0, 0); /* IE7-8 */
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	display: none;
	list-style: none;
	margin: 0 2px;
	overflow: hidden;
	padding: 7px 0;
	z-index: 999;
}
.mentions-autosuggest img {
	margin: 0 10px 0 0;
}
.mentions-autosuggest li {
	border-bottom: 1px solid transparent !important;
	border-top: 1px solid transparent !important;
	font-size: 14px !important;
	margin: 0 !important;
	overflow: hidden !important;
	padding: 2px 10px !important;
	top: 9px !important;
    color: rgb(85, 85, 85) !important;
}
.mentions-autosuggest li:not(.section):hover {
	background: #ebf4ff; /* Fallback */
	background: -moz-linear-gradient(top, #f0f9ff 0%, #ebf4ff 100%); /* FF3.6+ */
	background: -ms-linear-gradient(top, #f0f9ff 0%, #ebf4ff 100%); /* IE10+ */
	background: -o-linear-gradient(top, #f0f9ff 0%, #ebf4ff 100%); /* Opera11.10+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f9ff), color-stop(100%, #ebf4ff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f0f9ff 0%, #ebf4ff 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(top, #f0f9ff 0%, #ebf4ff 100%); /* W3C */
	border-bottom: 1px solid #a1dcfa;
	border-top: 1px solid #a1dcfa;
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f9ff', endColorstr='#ebf4ff', GradientType=0); /* IE6-9 */
}
.mentions-autosuggest li img {
	opacity: 0.8;
}
.mentions-autosuggest li:not(.section):hover img {
	opacity: 1;
}
.mentions-autosuggest li:not(.section) p {
	line-height: 35px;
}
.mentions-autosuggest .section {
	font-size: 12px;
	margin-top: 10px;
}
.mentions-autosuggest .section:first-child {
	margin-top: 0;
}
.mentions-autosuggest .section.error span {
	font-weight: bold;
}
