<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#volumcontroller {
    height: 35px;
    width: 90px;
		left:600px;
}
#volumcontroller div{
	height:40px;
		left:600px;
}
.volumecontrollerbar{
	left:600px;
	border-left:1px solid gray;
	float:right;
	width:3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	background-color:#0CF;
	cursor:pointer;
}.volumecontrollerbar:hover{
	background-color:#CCC !important;
}</pre></body></html>