.target,
.target * {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.target {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 12px;
	background: linear-gradient(to bottom, #ddd -50%, #fff 150%);
	border-radius: 12px;
	border: 1px solid #D3D3D3;
	box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.base {
	width: 100%;
	height: 100%;
}
.connect {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background: #2ba3f4;
}
.touch {
	position: absolute;
	border: 1px solid rgba(0,0,0,0.3);
	border-radius: 30px;
	background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, #FFF 100%);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2), inset 0 0 3px 1px #FFF;
	margin-left: -15px;
	top: -10px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.pips {
	position: absolute;
	padding: 10px 0;
	height: 80px;
	top: 100%;
	left: 0;
	width: 100%;
}
.value {
	position: absolute;
    text-align: center;
	transform: translate(-50%, 50%);
}