#content .search section{}
#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{line-height: 3em; padding: 0 1em;font-size: 1rem}
#content .search input[type="search"]{height: calc(3em + 2px);width: 50%}
#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{margin-top: 0}
/* < 700 */ @media screen and (max-width:700px){ 
	#content .search input[type="search"]{width: 100%}
	#content .search input[type="submit"]{margin-top: 1rem}
}