  #species-list { 
	max-height: 750px;
	overflow-y: auto; 
	padding-left: 1rem;
	font-size: 80%;
}
#species-list h5 {
	margin: 1rem 0 0.25rem 0;
	background-color: #B0C4DE;
	padding: 2px 5px;
}
#species-list h6 {
	margin: 0.5rem 0 0 0;
	background-color: #f0f0f0;
	padding: 2px 5px;
}
#filter-controls {
	padding: 10px 20px;
	margin-bottom: 10px;
}
#filter-controls .form-group>label {
	font-weight: bold;
}
a.species-select {
	display: inline-block;
	text-decoration: none !important;
}
a.species-select:hover {
	text-decoration: underline !important;
}
a.species-select:before {
	content: "• ";
}
a.species-select.selected {
	background-color: #e0e0e0;
}
#filter-controls form .form-group {
	margin-bottom: 0.3rem;
}
ul.typeahead__list {
	font-size: 85%;
}

