body {
	background-color: #fff;
}

#top,
nav,
#jury-buttons,
.heading-left,
.heading-right,
#albums-sort,
#nominees-longlist.nominees-list-view .nominee p,
#footer-list,
#footer {
	display: none;
}

#banner {
	padding-top: 0;
}

#header-wrapper {
	text-align: center;
}

header[role="banner"] {
	float: none;
	margin: 20px auto;
}

.heading {
	height: auto;
	margin-bottom: 0;
	background: transparent;
}

.heading h1 {
	color: #be9500;
}

.content hr {
	margin: 2.5% 0;
}

#nominees-longlist.nominees-list-view .nominee {
	float: left;
	display: inline-block;
	width: 50%;
	max-width: 50%;
	margin-bottom: 5px;
	padding-top: 10px;
}

#nominees-longlist.nominees-list-view .nominee:nth-of-type(odd) {
	clear: left;
}