#mentioned-user-list {
	position: absolute;
	z-index: 100;
	width: 200px;
	margin: 0;
	padding: 0;
	overflow-y: auto;
	background: #fff;
	border: 1px solid #ccc;
}
#mentioned-user-list li {
	padding: 10px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
	list-style-type: none;
}
#mentioned-user-list li:hover {
	background: #ccc;
}
#mentioned-user-list li.active {
	background-color: #333;
	color: #fff;
}
#mentioned-user-list li img {
	width: 24px;
	height: 24px;
	margin-right: 10px;
}
#mentioned-user-list li span {}
