.ba-box-autocomplete .list-group
{
	padding: 5px;
	height: 200px;
	overflow-y: scroll;
	border: 2px dashed #cccccc;
}

.ba-box-autocomplete .list-group-item
{
	line-height: 35px;
	height: 35px;
	padding: 2px 10px;
}

.ba-box-autocomplete .list-group-item .ba-name
{
	margin: 0 10px;
}
