form#rotaract-club-search {
	display: flex;
}
form#rotaract-club-search>* {
	display: block;
}
form#rotaract-club-search input#rotaract-search,
form#rotaract-club-search select#club-finder-range {
	margin: 0 1rem 0 0;
}
div#map {
	height: 50vh;
	min-height: 320px;
	max-height: 480px;
	margin: 1rem 0 2rem;
}
.club-finder-list-line {
	display: flex;
}
.club-finder-list-line:nth-child(odd) {
	background: #f8f8f8;
}
.club-finder-list-name {
	flex-grow: 1;
	padding: 0.5rem 0.75rem;
}
.club-finder-list-name .district {
	font-size: 0.85em;
	color: #666;
}
#club-finder-list .club-finder-list-link {
	padding: 0.5rem 0.75rem;
	align-self: center;
}
#club-finder-list .club-finder-list-link>a,
form#rotaract-club-search button {
	background: #d41367;
	border: none;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 0.9em;
	padding: 0.375rem 0.75rem;
	text-decoration: none;
	white-space: nowrap;
}
#club-finder-list .club-finder-list-link>a:hover,
form#rotaract-club-search button:hover {
	filter: brightness(1.1);
}
form#rotaract-club-search button svg {
	height: 1.2em;
	vertical-align: -0.25em;
}
