#vcStatus {font-family: monospace; font-weight: bold; font-size: 1.25em}
#vLinIndi {background: #C35}
#vLogIndi {background: #3C6}
#vP4Indi {background: #35C}
.volBtn {
	background-color: #99a;
	border-radius: 20px;
	margin: 2px 8px
}
.volLabel {
	position: absolute;
	font-size: 14px;
	left: 25px;
	top: 2px;
	font-variant: small-caps;
	user-select: none;
	-webkit-user-select: none;
	z-index: 1
}
.vcBox {
	position: relative;
	display: inline-block;
	width: 160px;
	padding: 20px 25px;
	margin: 2px 0;
	background-color: #99a;
	border-radius: 20px;
	user-select: none;
	-webkit-user-select: none
}
.vcBounds {
	width: 160px;
	height: 6px;
	background: #666;
	border-radius: 3px;
	box-shadow: inset -2px 2px 2px #000
}
.vcBounds .vcIndicator {
	width: 1px;
	height: 6px;
	border-radius: 3px;
	position: relative;
	box-shadow: inset 2px 2px 2px #0009
}
.vcIndicator>.vcKnob {
	width: 20px;
	height: 20px;
	background: #EEE;
	border-radius: 10px;
	box-shadow: -2px 2px 1px #0005;
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	z-index: 2
}
