.nouislider {
	width: 80%;
	margin: 2em auto 0px auto;
}
.noUi-horizontal {
	height: 5px;
}

.noUi-connect {
	background-color: #ffe436;
	background-color: gray;
}

.noUi-horizontal .noUi-handle {
	width: 8px;
	height: 20px;
	right: -4px;
	top: -8px;
	cursor: pointer;
}

.noUi-handle::after, .noUi-handle::before {
	content: none;
}

.slider-label {
	display: block;
	width: 100%;
	text-align: center;
}
