.hierarchical-clustering-draggable-bar {
	position: absolute;
	top: 6px;
	left: 6px;
	z-index: 2;
	width: 130px;
	height: 26px;
	background-color: rgba(200, 200, 200, 0.5);
	opacity: 0.6;
	color: black;
	letter-spacing: 4px;
	text-align: center;
	cursor: move;
	padding: 0.1rem 0.3rem;
	border: 0;
}

.hierarchical-clustering-draggable-bar:hover {
	background-color: rgba(22, 8, 8, 0.8);
	color: white;
	opacity: 0.9;
}
