body {
	background-color: #f0f0f0 !important /* matches .usa-banner so body can be a
		little taller than the expanded banner to avoid adding a scrollbar in IE,
		where it's a little larger than others */;
}
.usa-banner__inner {
	/* important matters when expanded */
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 15px !important /* match padding on Census logo */;
}
