.results-header {
	padding: 40px 0;
	background: #f0f2f6;
	border-bottom: 1px solid #E0E1E4;
}
.results-header .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.results-header h1 {
	margin: 0;	
}

.results-container {
	padding: 50px 0;
}
.results-loop > div {
	margin-bottom: 20px;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.results-disclaimer {
	font-size: 12px;
	opacity: .5;
	margin: 10px 0;
	max-width: 400px;
	line-height: 1.4;
	font-weight: 600;
}