			@import url('https://fonts.googleapis.com/css?family=Open+Sans');
			.jk-slider-input {
				display: none;
			}

			.jk-slider-wrapper {
				position: relative;
				width: 100%;
				height: 50px;
				border: 0px solid gray;
				border-radius: 25px;
				background-color: #e6e6e6;
				border-color: #a2a2a2;
				box-shadow: inset 0 0 3px gray;
				font-family: "Open Sans", sans-serif;
				color: #a2a2a2;
				text-align: center;
				padding: 12px;
			}


			 .jk-slider-wrapper:before {
				position: absolute;
				left: 8px;
				line-height: 50px;
				font-size: 13px;
				z-index: 1;
				color: white;
			}

			.jk-slider-wrapper:after {
				position: absolute;
				right: 10px;
				line-height: 50px;
				font-size: 13px;
				z-index: 1;
			} 
			
			.jk-slider {
				position: absolute;
				left: 0;
				top: 0;
				z-index: 2;
				height: 48px;
				width: 48px;
				border: 0px solid #111;
				border-radius: 25px;
				cursor: grab;
				background: white;
				border-color: white;
				box-shadow: 0 0 5px gray;
				padding:12px;
			}


			.jk-slider-wrapper.human {
				background-color: #1bd44175;
				border-color: #1bd44150;
				box-shadow: none;
			}
			.jk-slider.human {
				background-color: #1bd441;
				border-color: #1bd441;
				opacity: 1;
				box-shadow: none;
			}
			.jk-slider-wrapper.human:after {
				content: "";
			} 
			.jk-slider-text {
				position: relative;
				
			}
