
.height_show pre{
	height:100% !important;
}.height_show a.first{
	display:none!important;
}.height_show a.second{
	display:block!important;
} a.second{
	display:none;
}
	.ui-slider-horizontal .ui-slider-range{
		background:#000;
	}
	#slider-range span {

    border-radius: 50%;
    cursor: pointer;

	}
	#slider-range {

		margin: 14px 0;
		border-radius: 10px;

	}.cutter p input {

		width: 49%;
		padding: 0 0 0 0;

	}.cutter p label {

		width: 100%;
		display: block;

	}.cutter {

		width: 420px;
		padding: 18px 0;
		max-width: 98%;

	}.btn {

		background: #66c1eb;
		color: #fff;
		border: navajowhite;
		padding: 5px 10px;
		border-radius: 3px;
		cursor: pointer;

	}pre a{
		opacity:0;
		background: none !important;
color: #ccc !important;
width: 100% !important;
border: none !important;
text-align: left !important;
padding: 0 !important;

clip-path: inset(100%);
   clip: rect(1px, 1px, 1px, 1px);
   height: 1px;
   overflow: hidden;
   position: absolute;
   white-space: nowrap;
   width: 1px;
	}
	div#slider-range {
	height: 32px;
	position: relative;
	margin: 18px 6px 32px 6px;
	background-color: #e9e9e9;
	border-radius: 8px
}

div#slider-range .ui-widget-header {
	height: 6px;
	padding: 0;
	position: relative;
	top: 13px;
	background-color: #9aa29a
}

div#slider-range .ui-slider-handle {
	height: 20px;
	width: 20px;
	background-color: #66c1eb;
	z-index: 20;
	position: absolute;
	top: 6px;
	margin-left: -10px
}

input#minduration,
input#maxduration {
	background-color: #ffffff;
	max-width: 80px;
	margin-right: 60px;
	font-size: 20px;
	text-align: center;
	color: #0a0a0a !IMPORTANT;
	border-radius: 8px;
	padding: 10px 0;
	font-family: monospace;
	box-shadow: inset 0 0 15px #00000040
}