#taxalistsearch {
	width: 220px;
}

ul.taxalist > li.active {
	background-color: #99cc00
}

.taxa-name {
	color: #996633;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 15px;
    margin: 0px 0px 0px 2px;	
}

.taxa-description {
	font-style: italic;
    font-size: 8pt;
    color: black;
}

.select2-container--default .select2-selection--single {
	border-color: #FF6600;
}

.select2-selection--multiple {
    border-color: #FF6600 !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #FF6600;
}