#content{
    text-align:center;
	border:;
	width:150px;
	height:45px;
	margin:20px auto;
	padding:20px;
	border-radius:20px;
	-moz-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	-khtml-user-select:none;
	user-select:none;
}
input[type=range]{outline:none;}
input[type=range]::before{content:attr(min);padding-right:5px;}
input[type=range]::after{content:attr(max);padding-left:5px;}