input[type=range] {
	-webkit-appearance: none;
	width: 100%;
	margin: 14px 0;
}

input[type=range]:focus {
	outline: none;
}

#Tistruzioni {
	top: 360px;
}

input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 8px;
	cursor: pointer;
	background: #e96105;
	border-radius: 1px;
}

input[type=range]::-webkit-slider-thumb {
	border: 1px solid rgba(0, 0, 0, 0.4);
	height: 24px;
	width: 24px;
	border-radius: 12px;
	background: #fff;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -8px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
	background: #e96105;
}

input[type=range]::-moz-range-track {
	width: 100%;
	height: 8px;
	cursor: pointer;
	background: #e96105;
	border-radius: 1px;
}

input[type=range]::-moz-range-thumb {
	border: 1px solid rgba(0, 0, 0, 0.4);
	height: 36px;
	width: 16px;
	border-radius: 3px;
	background: #fff;
	cursor: pointer;
}

input[type=range]::-ms-track {
	width: 100%;
	height: 8px;
	cursor: pointer;
	background: transparent;
	border-color: transparent;
	color: transparent;
}

input[type=range]::-ms-fill-lower {
	background: #e96105;
	border-radius: 3px;
}

input[type=range]::-ms-fill-upper {
	background: #e96105;
	border-radius: 3px;
}

input[type=range]::-ms-thumb {
	border: 1px solid rgba(0, 0, 0, 0.4);
	width: 16px;
	border-radius: 3px;
	background: #fff;
	cursor: pointer;
	height: 8px;
}

input[type=range]:focus::-ms-fill-lower {
	background: #e96105;
}

input[type=range]:focus::-ms-fill-upper {
	background: #e96105;
}
