ol.search-results {
	list-style: none;
}
ol.search-results,
ol.search-results li {
	display: block;
}
ol.search-results li {
	padding-left: 7rem;
	min-height: 7rem;
}
ol.search-results li + li {
	margin-top: 2.4rem;
}
ol.search-results li a.search-result-thumbnail {
	display: inline-block;
	width: 5.8rem;
	vertical-align: top;
	height: 0;
	margin-left: -7rem;
	margin-right: 1.2rem;
}
ol.search-results li a.search-result-thumbnail img {
	display: block;
	width: 100%;
	background: #eee;
}
ol.search-results li a.search-result-title {
	color: inherit;
}
ol.search-results li a.search-result-title strong {
}