@charset "UTF-8";

/* Mobile Layout: 480px and below. */

.winner {
	font-size: 0.8em;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.2em;
	font-style: italic;
}
h1 {
	font-weight: bold;
}
section.issue h2 + p.winner{
	margin-top: -0.4em;
	line-height: 1.1em;
	text-align: left;
}
section.issue {
	height: 12em;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

section.issue {
	height: 13em;
}


}
