#choices p {
	line-height: 1em;
	margin: 0;
	word-wrap: break-word;
}

#choices {
	border-left: 1px solid #ccc;
	padding: 0.5em;
}

#choices > h1 {
	text-align: center;
}

#choices article {
	font-size: 0.9em;
}

#choices article:nth-last-child(n+2) {
	border-bottom: 1px solid;
	margin-bottom: 1em;
}

#choices footer {
	font-size: 0.9em;
	margin-top: 0.5em;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

@media only screen and (min-width: 75em) {

	#choices article:nth-last-child(n+2) {
		margin-bottom: 2em;
	}

	#choices img {
		height: 187px;
		margin: 0 auto 1em auto;
		width: 296px;
		display: block;
	}

	#choices .article-subtitle {
		margin-bottom: 0.2em;
	}

}
