.map-container {
	position: relative;
}

#coa-hc-map path {
	cursor: pointer;
}

#map-tooltip {
	position: absolute;
	background: white;
	border: 1px solid #ccc;
	padding: 5px 8px;
	font-size: 14px;
	pointer-events: none;
	opacity: 0;
	border-radius: 4px;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	transition: opacity 0.2s;
	z-index: 10;
}

.county-choice-dropdown {
	vertical-align: top;
	width: 100%;
}
.m-0 {
	margin:0;
}
.bold {
	font-weight: bold
}

.select2-container {
	width: 100%;
}