@charset "utf-8";



/* This applies styles, and overrides ePub styles. */
.asideRight img, .page-article-show .body .asideRight img{
	margin-left: auto;
	margin-right: auto;
	max-height: 250px;
	margin-bottom: 8px;
}



/* This applies styles, and overrides ePub styles. */
.fullWidthQuote img, .page-article-show .body .fullWidthQuote img{
	float: right;
	margin: 10px 0px 10px 10px;
	max-width: 100px;
}



.buttonContainer{
	max-width: 95%;
}



@media screen and (max-width: 700px){
	.body h4{
		text-align: center;
	}
}



.lineBreak{
	width: 100%;
	height: 1px;
	margin: 50px auto 20px auto;
	background-color: #244583;
	clear: both;
}



/* This is the gold medal icon positioned on the gold medal winner's image. */
.medal{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 80px;
	z-index: 10;
	top: -20px;
	right: -20px;
	overflow: visible;
}



.fullWidthQuote{
	overflow: hidden;
}