
/*
Search and filter
*/

.scherer-form input[type='checkbox'] {
    vertical-align: baseline;
}

.scherer-form input[type='submit'] {
	background-color: #00703c !important;
}

.scherer-form .form-section:not(:first-child) {
	margin-top: 20px;
}

.scherer-form p {
	margin-top: 10px;
}

.scherer-form select {
	font-size: 16px;
}

.ms-parent, #s {
	width: 200px;
	max-width: 200px;
}

/*
Misc
*/

.profile-image img {
	max-height: 150px;
}

.hidden-option {
	display: none;
}

.iwd-scherer-min-height {
	min-height: 750px;
}