<style>
.output {
background:#090900;
witdh:1080px;
color:#eeeeee;
font-family:Verdana;
font-size:13px;
font-weight:bold;
text-decoration:none;
color:#eeeeee;
}

td.nk {
background:#090900;
color:#eeeeee;
font-family:Verdana;
font-size:13px;
font-weight:bold;
text-decoration:none;
color:#eeeeee;
}

a {
color:#eeeeee;
font-family:Verdana;
font-size:13px;
font-weight:bold;
text-decoration:none;
color:#eeeeee;
}
a:hover {
text-decoration:underline;
}
.disp {
	box-shadow:inset 0px -3px 7px 0px #29bbff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #06888a), color-stop(1, #2dabf9));
	height:24px;
	font-family:Verdana;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:1px 1px 3px #263666;
	border-radius:3px;
	border:1px solid #0b0e07;
	color:#ffffff;
	margin: 0 auto;
        text-align: center; 
}
.myButton {
	-webkit-box-shadow:inset 0px -3px 7px 0px #29bbff;
	box-shadow:inset 0px -3px 7px 0px #29bbff;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2dabf9', endColorstr='#06888a',GradientType=0);
	background-color:#2dabf9;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #0b0e07;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Verdana;
	font-size:13px;
	font-weight:bold;
	padding:3px 13px;
	text-decoration:none;
	text-shadow:1px 1px 3px #263666;
}
.myButton:hover {
	background:linear-gradient(to bottom, #06888a 5%, #2dabf9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#06888a', endColorstr='#2dabf9',GradientType=0);
	background-color:#06888a;
}
.myButton:active {
	position:relative;
	top:1px;
}

.sel {
	-webkit-box-shadow:inset 0px -3px 7px 0px #29bbff;
	box-shadow:inset 0px -3px 7px 0px #29bbff;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2dabf9', endColorstr='#06888a',GradientType=0);
	background-color:#2dabf9;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #0b0e07;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Verdana;
	font-size:13px;
	font-weight:bold;
	padding:3px 1px;
	text-decoration:none;
	text-shadow:1px 1px 3px #263666;
}


body {background:#000;}

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  background: transparent;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 0px;
  cursor: pointer;
  box-shadow: 0px 0px 0px rgba(16, 0, 0, 0), 0px 0px 0px rgba(42, 0, 0, 0);
  background: #000000;
  border-radius: 0px;
  border: 0.2px solid rgba(0, 1, 1, 0);
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 150px;
  width: 1px;
  border-radius: 0px;
  background: rgba(0, 255, 0, 0.99);
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -75px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #242424;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 0px;
  cursor: pointer;
  box-shadow: 0px 0px 0px rgba(16, 0, 0, 0), 0px 0px 0px rgba(42, 0, 0, 0);
  background: #ff0000;
  border-radius: 0px;
  border: 0.2px solid rgba(0, 1, 1, 0);
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 150px;
  width: 1px;
  border-radius: 0px;
  background: rgba(0, 255, 0, 0.99);
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 0px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #000000;
  border: 0.2px solid rgba(0, 1, 1, 0);
  border-radius: 0px;
  box-shadow: 0px 0px 0px rgba(16, 0, 0, 0), 0px 0px 0px rgba(42, 0, 0, 0);
}
input[type=range]::-ms-fill-upper {
  background: #000000;
  border: 0.2px solid rgba(0, 1, 1, 0);
  border-radius: 0px;
  box-shadow: 0px 0px 0px rgba(16, 0, 0, 0), 0px 0px 0px rgba(42, 0, 0, 0);
}
input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 50px;
  width: 1px;
  border-radius: 0px;
  background: rgba(0, 255, 0, 0.99);
  cursor: pointer;
  height: 0px;
}
input[type=range]:focus::-ms-fill-lower {
  background: #000000;
}
input[type=range]:focus::-ms-fill-upper {
  background: #242424;
}

</style>
