.show_more_less_btn:hover {
	background-color: rgb(255, 193, 193);
}

.overflow_box {
	height: 20vh;
	overflow-y: auto;
	border: 1px solid;
}

.download_icon {
	padding-left: 3px;
	padding-right: 3px;
	width: 28px;
}

.hq_check_container {
	padding-left: 20px;
	display: inline-flex;
}

.mapcolorwashout {
	opacity: 0.7;
	filter: grayscale(1);
}

.mapcolortransparent {
	background-color: transparent;
}

#taxon_world_map_container {
	position: relative;
	resize: both;
	overflow: hidden;
	display: inline-block;
	height: 400px;
	width: 650px;
	min-height: 200px;
	min-width: 300px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
}

#taxon_world_map_container::after {
	content: '';
	position: absolute;
	height: 20px;
	width: 20px;
	bottom: 0px;
	right: 0px;
	z-index: 10000;
	pointer-events: none;
	background-image: url("media/resize.icon.svg");
}

#taxon_world_map {
	height: 100%;
}

.taxonmaplegend {
	font-size: 12px;
	user-select: none;
	float: left;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom:8px;
}

.taxonmaplegend table {
	border-spacing: 0;
	border-collapse: collapse;
	border: none;
}

.taxonmaplegend table tr td:first-child {
	text-align: center;
	padding-bottom: 2px;
	padding-right: 2px;
	width: 16px;
}

.taxonmaplegend table tr td:last-child {
	line-height: 1;
	padding: 0;
}

.taxonmaplegend table tr td span {
	display: inline-flex;
	vertical-align: middle;
	border-radius: 50%;
}

.taxonmaplegend table tr td span.lgvbig {
	width: 13px;
	height: 13px;
}
.taxonmaplegend table tr td span.lgbig {
	width: 8px;
	height: 8px;
}
.taxonmaplegend table tr td span.lgmed {
	width: 5px;
	height: 5px;
}
.taxonmaplegend table tr td span.lgsml {
	width: 2px;
	height: 2px;
}

.taxonmaplegend.uniformsizes table tr td span {
	width: 7px;
	height: 7px;
}

.taxonmaplegendcolored {
	display: none;
}