div#slider-range {
	width: 85%;
	margin: 140px auto 40px;
    border: 0;
   	border-radius: 0;
}
.left-slider-val {
	position: absolute;
	left: -60px;
	line-height: 10px;
	font-size: 20px;
	font-weight: bold;
}
.right-slider-val {
	position: absolute;
	right: -60px;
	line-height: 10px;
	font-size: 20px;
	font-weight: bold;
}
.large-tooltip {
	position: absolute;
	top: -100px;
	text-align: center;
	transform: translate(-36%,0%);
	-webkit-transform: translate(-36%,0%);
	font-size: 2em;
	font-weight: 700;
	min-width: 100px;
}
.large-tooltip .slider-value {
	margin-top: 4px;
	color: #aaa;
	font-size: .5em;
	font-weight: 400;
}
.large-tooltip .slider-value strong {
	margin-top: 4px;
    display: block;
    color: #444;
    font-size: 1.3em;
}
.large-tooltip .slider-value strong sup {
    bottom: 0.2em;
}

div#slider-range .ui-slider-handle {
	background: #eee;
	border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .15);
    color: #eee;
    cursor: pointer;
    height: 60px;
    left: -18px;
    top: -26px;
    width: 30px;
    z-index: 1;
}
div#slider-range .ui-slider-handle.ui-state-active {
    box-shadow: 0 0 8px 3px rgba(255, 255, 255, .75) inset, 1px 1px 1px 0 rgba(0, 0, 0, .15);
    left: -17px;
    top: -25px;
}
p.desc_muted_text {
    text-align: center;
}
