.disable {
  display: none;
}
.nojs {
	display: none;
}
.finder-box {
	margin-left: 10px;
    margin-right: 10px;
	margin-bottom: 10px;
}
.finder-form {
	background: #fff;
}
.finder-box select{
	width: 100%;
    margin-bottom: 6px;
    border: solid 2px #c6c6c6;
    padding: 10px 5px;
    text-decoration: none;
    color: #303030;
	cursor: pointer;
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}
.finder-box-label {
    padding: 7px;
    text-transform: uppercase;
    margin-top: 0;
	background: #303030;
    color: #ffffff;
	margin-bottom: 3px;
	border-radius: 2px;
	display: block;
}
.finder-box-content {
    background: #fff;
    color: #303030;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
	padding-left: 2%;
	background: #fff;
}
.finder-box-content label {
    display: block;
    margin-bottom: 6px;
    border: solid 2px #c6c6c6;
    padding: 0.5em;
    text-decoration: none;
    color: #303030;
	cursor: pointer;
}
.finder-box-content input:hover+label {
	background-color: #4d803b;
	color: #ffffff;
	border: solid 2px #303030;
}
.finder-box-content input:checked+label {
	background-color: #4d803b;
	color: #ffffff;
	border: solid 2px #303030;
}
.finder-text {
	font-size: 18px;
	padding: 0 0 2% 0;
	text-align: center;
}
a.show_more {
    padding-left: 0px;
}
.finder-form input.submit {
    float: left;
    width: 150px;
    padding: 10px;
    display: block;
    margin-left: 15px;
	margin-bottom: 1.5rem;
	margin-bottom: 1rem;
    border: none;
    background-color: #93e441;
    font-size: 20px;
    border-radius: 0;
    color: #ffffff;
}	
.finder-table {
	display: table;
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
	border-collapse: collapse;
	text-indent: initial;
    border-spacing: 2px;
    border-color: gray;
}
.finder-table td:first-child {
	width: 62px;
	text-align: center;
}
.finder-table th, .finder-table td {
    padding: 2px;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
	font-size: 16px;
}
.finder-table thead {
	background: #303030;
    color: #ffffff;
}
.finder-table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
}
.finder-table-img {
    width: 60px;
}
@media screen and (min-width: 768px){
	.finder-box-label {
		padding: 10px;
		margin-bottom: 5px;
	}
	.disable {
	  display: table-cell;
	}
}
@media screen and (min-width: 992px){
	.finder-table th, .finder-table td {
		padding: 0.3rem;
		font-size: 18px;
	}
}
@media screen and (min-width: 1200px){
	.finder-table th, .finder-table td {
		padding: 0.5rem;
		font-size: 20px;
	}
}		