/* Sample */
.textcomplete-wrapper {
	text-align: left;
}

.textcomplete-list {
	border: 1px solid #ddd;
	background-color: #fff;
	text-align: left;
}

.textcomplete-list li {
	border-top: 1px solid #ddd;
	padding: 2px 5px;
	margin: 0;
}
.textcomplete-list li a {
	color: #000;
}

.textcomplete-list li:first-child {
	border-top: none;
}

.textcomplete-list li:hover,
.textcomplete-list li:hover mark,
.textcomplete-list .active {
	color: #fff;
	background-color: #3b5998;
}
.textcomplete-list li:hover a,
.textcomplete-list .active a,
.textcomplete-list .active mark,
.textcomplete-list .active {
	color: #fff;
	text-decoration: none;
}
.textcomplete-list mark {
	background: none;
}


/* SHOULD not modify */

.textcomplete-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.textcomplete-list a:hover {
	cursor: pointer;
}

.autocomplete_usernames {
	display: block;
}
