#content .search a:not(.button) {
	text-decoration: none;
}

#content .search section:after {
	content: "";
	display: table;
	clear: both;
}
#content .search section>h1{margin-bottom:0}
#content .search section>p br{display: none}
#content .searchRelevance{float:right; padding:5px 0 0 0}
#content .search input{ padding: 0 1em; font-size: 1rem; }

#content .search form {
	display: flex;
}

#content .search input[type="search"] {
	margin-right: .5em;
}

#content .search section>figure{float: right;max-width: 25%;margin: 0 0 .5rem 1rem;}
#content .search section>figure img{max-width:100%;max-height: 5em;}
.search section p{ font-size: 1.0625em; margin-top: 0; }

/* < 700 */
@media screen and (max-width:700px) {
	#content .search form {
		display: block;
	}
	#content .search input[type="search"]{width: 100%}
	#content .search button[type="submit"]{margin-top: 1rem}
}
