.grid {
	-webkit-justify-content: space-around;
	justify-content: space-around;
	padding: 10px;
}

.grid li {
	text-align: center;
}

.pagination {
	clear: left;
}

.photos .detail {
	margin: auto;
	max-width: 600px;
	text-align: center;
}

.photos .detail .addthis_toolbox {
	margin: 1em auto;
	max-width: 130px;
	min-width: 130px;
}

.photos .detail .figure {
	margin-bottom: 1em;
}

.figure img {
	vertical-align: middle;
}

pre.entry_text {
	font-family: Georgia, Times, serif;
	font-size: 1.25em;
	text-align: left;
	white-space:pre-wrap;
}

.section.choose {
	display: block;
	margin: auto;
	overflow: hidden;
}

.choose ul {
	list-style: none;
	padding: 0;
}

.choose h3 {
	font-size: 1.5em;
	line-height: 1.25em;
}

.choose h3,
.choose p {
	margin: 0;
}

.choose strong {
	display: block;
	font-size: 1.5em;
	width: 220px;
}

.choose a,
.choose span {
	border: 1px solid #999;
	border-radius: 3px;
	display: inline-block;
	padding: 1em;
}

.choose a {
	background: rgba(255,255,255,0.5);
	text-decoration: none;
}

.choose span {
	color: #666;
	border-style: dashed;
}

.choose .active {
	color: #000;
	border-style: solid;
}

.choose .vote,
.choose .enter {
	width: 48%;
}

.choose .enter {
	float: left;
	text-align: right;
}

.choose .vote {
	float: right;
}

.single .enter {
	float: none;
	text-align: center;
	width: 100%;
}

#NuggetSecretSpecialBanner {
	display: none;
}

form ul {
	margin-top: 1em;
}

input[type='file'] {
	background: #fff;
	border: 1px solid #999;
	padding: 2px 6px;
	vertical-align: text-bottom;
	width: 225px;
}

fieldset .radio label {
	display: inline;
}

.waiting {
	text-align: center;
}

.voting-disclaimer {
	font-style: italic;
	margin-top: 1em;
	text-align: center;
}
