.front header h1 {
	font-size: 54px;
	margin-bottom: 16px;
}
.front .lead {
	font-size: 20px;
	line-height: 27px;
}
.front section {
	margin-top: 48px;
	margin-bottom: 48px;
}
.front header {
	margin-bottom: 48px;
}

@media (min-width: 980px) {
	body {
		margin-top: 68px;
		margin-bottom: 18px;
	}
	
	.front header {
		margin-top: 84px;
	}
	
	header {
		margin-top: 48px;
	}
	
	#evidence-table td:first-child {
		text-align: right;
		white-space: nowrap;
	}
}