#article {
	width: 100%;
}
#article a.back_button {
	display: block;
	margin-bottom: 20px;
}
#article figure {
	width: 90%;
	max-width: 600px;
	margin: 0px auto;
	border: none;
}
#article figure img {
	/* width: 100%; */
	height: auto;
	max-height: 500px;
	max-width: 100%;
	margin: 0px auto;
}
#article iframe {
    width: 100%;
}
#article .author {
    font-style: normal;
    font-weight: bold;
    text-align: left;
}
#article figure figcaption {
    margin-top: 4px !important;
    /* font-size: 0.8rem !important; */
    text-align: left;
    line-height: 150%;
}
#article .article_copy figure {
	width: 100%;
	max-width: 650px;
	margin: 20px auto;
	border: none;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 10px 5%;
	box-sizing: border-box;
}
#article .article_copy figure img {
	/* width: 100%; */
	height: auto;
	max-height: 500px;
	max-width: 100%;
	margin: 0px auto;
}

#article .article_copy figure figcaption {
    margin-top: 4px !important;
    font-size: 0.8rem !important;
}
#text_box {
    background: #efefef;
    padding: 10px 10px 5px 10px;
    margin: 0px -10px 10px;
}