 body {
  background-color: #999;
}


 #canvas {
	  background-color: #fff;
	  position:absolute;
	  left: 10px;
	  top: 27px;
  }

#box { position:absolute;
			left:100px;
			top:203px;
			width: 80px;
			height: 80px;
			}
#spring {
	  position:absolute;
	  left:53px;
	  top:220px;
	  width:108px;
	  height:40px;
  }
#start{
	  position:absolute;
	  left: 40px;
	  top: 105px;
	  width: 60px;
	  height: 30px;
	  background-color: #fef;
  }
#stopmove{
	  position:absolute;
	  left: 110px;
	  top: 105px;
	  width: 60px;
	  height: 30px;
	  	  background-color: #fef;
  }
#reset{
	  position:absolute;
	  left: 180px;
	  top: 105px;
	  width: 60px;
	  height: 30px;
	  	  background-color: #fef;
  }
#Kt_bar {
	  position:absolute;
	  left:100px;
	  top:415px;
	  width:40px;
	  height:160px;
  }  
#Us_bar {
	  position:absolute;
	  left:180px;
	  top:415px;
	  width:40px;
	  height:160px;
  } 
#TE_bar {
	  position:absolute;
	  left:260px;
	  top:415px;
	  width:40px;
	  height:160px;
  }
  
#myRange{
	position:absolute;
	top:50px;
	left:450px;
	width: 150px;
	height: 20px;
}
#myRangeValue{
	position:absolute;
	top:65px;
	left:610px;
	width: 35px;
	height: 20px;
}
#Mass{
	position:absolute;
	top:100px;
	left:450px;
	width: 150px;
	height: 20px;
}
#MassValue{
	position:absolute;
	top:115px;
	left:610px;
	width: 35px;
	height: 20px;
}
#SpringK{
	position:absolute;
	top:150px;
	left:450px;
	width: 150px;
	height: 20px;
}
#SpringK_Value{
	position:absolute;
	top:165px;
	left:610px;
	width: 35px;
	height: 20px;	
}
#Kinetic{
	position:absolute;
	top: 370px;
	left: 550px;
	width: 50px;
	height: 30px;
}

#Kr{
	position:absolute;
	top: 420px;
	left: 550px;
	width: 50px;
	height: 30px;
}

#Ug{
	position:absolute;
	top: 470px;
	left: 550px;
	width: 50px;
	height: 30px;
}

#Uspring{
	position:absolute;
	top: 520px;
	left: 550px;
	width: 50px;
	height: 30px;
}

#W{
	position:absolute;
	top: 570px;
	left: 550px;
	width: 50px;
	height: 30px;
}
  
  
#F1{
	Position: absolute;
	top: 415px;
	left: 500px;
	width: 40px;
	height: 40px;
}

#F2{
	Position: absolute;
	top: 465px;
	left: 500px;
	width: 40px;
	height: 40px;
}

#F3{
	Position: absolute;
	top: 565px;
	left: 500px;
	width: 40px;
	height: 40px;
}

#Kt_pic{
	position: absolute;
	top: 380px;
	left: 100px;
}

#Us_pic{
	position: absolute;
	top: 383px;
	left: 180px;
}
  
input[type=range] {
  -webkit-appearance: none;
  margin: 18px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #3071a9;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -14px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #367ebd;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #3071a9;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #2a6495;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
  background: #3071a9;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #3071a9;
}
input[type=range]:focus::-ms-fill-upper {
  background: #367ebd;
}