#searchform{
	padding: 0.5em 0 1em 1em;
}

#searchtb th,
#searchtb td,
#searchtb tr{
	background-color: rgba(0,0,0,0);
	border: none;
}

#searchtb tr{
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

#searchtb td{
	padding: 0.8em;
}

#searchtb th{
	font-size: 1em;
	font-weight: bold;
	width: fit-content;
}

#formtitle{
	font-size: 1em;
	font-weight: bold;
	margin: 0.8em;
}

input.inputprice{
	width: 6em;
	height: 2em;
	padding: 0 0.5em;
}

.slider-styled,
.slider-styled .noUi-handle {
	box-shadow: none;
}

.slider-styled .noUi-handle::before,
.slider-styled .noUi-handle::after {
	display: none;
}

#slider {
	height: 10px;
	margin: 0.8em 0 0 0;
}

#slider .noUi-connect {
	background: #ed7d31;
}

#slider .noUi-handle {
	height: 18px;
	width: 18px;
	top: -5px;
	right: -9px; /* half the width */
	border-radius: 9px;
}

input.ninzu{
	width: 6em;
	height: 2em;
}

.rate-form {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
}
.rate-form input[type=radio] {
	display: none;
}
.rate-form label {
	position: relative;
	padding: 0 1px 0 0;
	color: #ccc;
	cursor: pointer;
	caret-color: transparent;
	font-size: 20px;
	/*line-height: 5em;*/
	user-select: none;
	margin: auto 0;
}
.rate-form label:hover {
	color: #ffcc00;
}
.rate-form label:hover ~ label {
	color: #ffcc00;
}
.rate-form input[type=radio]:checked ~ label {
	color: #ffcc00;
}

td.rate-form{
	border: none;
	height: 5em;
}

div.stardiv{
	/*line-height: 3.6px;*/
	margin: auto 0;
}

div.stardiv input{
	height: 2em;
	width: 3.5em;
	margin: 0 0.1em 0 0.3em;
}

.stardiv p{
	margin: 0;
}

td.tdbtn div{
	display:flex;
	justify-content: space-evenly;
}

input.searchbtn{
	width: 20%;
}

input#resetbtn{
  -webkit-appearance: none;
  border: 1px solid #ddd;
  background-color: #ddd;
  color: #333;
  cursor:pointer;
}

a.dsearch{
	text-align: right;
	display: inline-block;
	float: right;
	margin-top: 1em;
	font-size: 1.1em;
}