#throttle {
	right: 0;
	top: 0;
}

#throttle #bars {
	overflow: hidden;
	position: relative;
}
#throttle #bars span {
	display: block;
	height: 3.765%;
}
#throttle #bars span:first-child {height: 4.2%;}
#throttle #bars p {
	background: #666;
	border-radius: 0.28em;
	display: block;
	height: 2.25%;
	margin: 0 auto;
	position: relative;
	transition: background-color 1s;
}

#throttle input[type=range] {
	background: transparent;
	cursor: ns-resize;
	font-size: 37%;
	height: calc(97% - 2px);
	position: absolute;
	top: 2%;
	z-index: 1;
	-webkit-appearance: slider-vertical;
	writing-mode: bt-lr;

	width: calc(100% - 4px);
	left: 0;
}
#throttle input[type=range]:focus {
	outline: none;
	outline-width: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-tap-highlight-color: transparent;
}
#throttle input[type=range]::range-thumb {
	background-color: #970;
	background-image: linear-gradient(#970, #ec0, #970);
	border: 1px solid #970;
	border-radius: 6em / 0.9em;
}
#throttle input[type=range]::-moz-range-thumb {
	background-color: #970;
	background-image: linear-gradient(#970, #ec0, #970);
	border: 1px solid #970;
	border-radius: 6em / 0.9em;
}
#throttle input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	-webkit-appearance: sliderthumb-vertical;
	background-color: #970;
	background-image: linear-gradient(#970, #ec0, #970);
	border: 1px solid #970;
	border-radius: 6em / 0.9em;
}
#throttle input[type=range]::-moz-range-track {
	background: #000;
	width: 0.75em;
	height: 100%;
}
#throttle input[type=range]::-ms-track {
	background: #000;
	color: transparent;
	width: 0.75em;
	height: 100%;
}
#throttle input[type='range']::-ms-fill-lower {background: transparent;}
#throttle input[type=range]::-webkit-slider-runnable-track {
	background: #000;
	width: 0.75em;
	height: 100%;
	-webkit-appearance: none;
}

#throttle p {
	margin: 0;
	position: absolute;
}

#throttle #ss {
	font-size: 50%;
	font-weight: normal;
	line-height: 1.5em;
	padding-left: 0.25em;
}
#throttle #stop, #throttle #turnout {
	border-top: 2px solid #999;
	bottom: 0;
	cursor: pointer;
	font-size: 70%;
	padding: 0.3em;
	height: 1.5em;
	line-height: 1.5em;
	width: 2.85em;
}
#throttle #stop {
	background: #600;
	border-right: 2px solid #999;
	border-radius: 0 1.75em 0 6px;
	font-weight: bold;
	left: 0;
}
#throttle #stop:active {background: #6cf;}
#throttle #turnout {
	background: #ccc url("lh.svg") no-repeat 0.5em/80%;
	border-left: 2px solid #999;
	border-radius: 1.75em 0 6px 0;
	right: 0;
}
#throttle #turnout:active {background: #6cf;}
