.association-picker .select2-search-choice .search-choice-value {
	display: inline-block;
	margin-right: 8px;
}
.association-picker .select2-search-choice .search-choice-option {
	display: inline-block;
	background-color: rgba(0,0,0,0.3);
	border-radius: 10px;
	padding: 0 8px;
	margin-right: 8px;
	font-size: 10px;
	line-height: 18px;
	vertical-align: middle;
	color: #fff;
	margin-top: -2px; /* trying to compensate for vertical align */
}

.association-picker .select2-choices .select2-search-choice {
	white-space: normal;
	box-shadow: 0 0 0 rgba(0,0,0,0.12), 0 0 0 rgba(0,0,0,0.24);
	transition: all 0.15s cubic-bezier(.25,.8,.25,1);
}
.association-picker .select2-choices .select2-search-choice:hover {
	cursor: pointer;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	
	z-index: 1;
}
.association-picker .select2-choices .search-choice-value {
	white-space: nowrap;
}