div.search section:after{
	content: "";
	display: table;
	clear: both;}
div.search section>h1{margin-bottom:0}
div.search section>p br{display: none}
div.searchRelevance{float:right; padding:5px 0 0 0}
div.search input{line-height: 2em; padding: 0 1em;font-size: 1rem}
div.search input[type="search"]{height: calc(2em + 2px);width: 50%}
div.search section>figure{float: right;max-width: 25%;margin: 0 0 .5rem 1rem;}
div.search section>figure img{max-width:100%;max-height: 5em;}
.search section p{margin-top: 0}
/* < 700 */ @media screen and (max-width:700px){ 
	div.search input[type="search"]{width: 100%}
	div.search input[type="submit"]{margin-top: 1rem}
}