#legend-title {
	margin-bottom:5px;
	padding:5px;
	font-weight:bold;
	font-size:16px;
}

#sliderbar {
	-webkit-appearance:none;
	padding-bottom:10px;
	background:transparent;
}

#slider {
	-webkit-appearance:none;
	position:relative;
	right:-255px;
	bottom:53px;
	z-index: 2;
	width:498px;
}

#slider:focus {
	outline:none;
}

#rainbow {
	position:relative;
	right:250px;
	z-index: 1;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

#slider::-moz-range-runnable-track {
	width: 300px;
	height: 5px;
	background-color: rgba(255, 0, 0, 0.0);
	border:none;
	border-radius:3px;
}

#slider::-webkit-slider-thumb {
	-webkit-appearance:none;
	height:19px;
	width:10px;
	border:1px solid #464646;
	border-radius:2px;
	margin-top:-18px;
	cursor:pointer;
	background:#a5a5a5;
}

#slider::-moz-range-thumb {
	margin:0px;
	height:19px;
	width:10px;
	border:1px solid #464646;
	border-radius:2px;
	cursor:pointer;
	background:#a5a5a5;
}