/* bold text in abstract section */
/*
#pageid-content.hw-gen-page #content-block div.article [id^='abstract-'].section p {
	font-weight: bold;
}
*/

/* sublevel 3 headers needs to be italics and centered  */
#pageid-content.hw-gen-page #content-block div.article [id^='sec-'].section [id^='sec-'].subsection h3 {
	display: block;
	text-align: center;
	font-style: italic;	
}

/* set image expansion borders within the outer grey box */
.inline-expansion {
    width: 416px;
}
/* set image size to fit within expansion border */
#pageid-content.hw-gen-page #content-block div.article [id^='sec-'].section [id^='sec-'].subsection .fig div.fig-inline a.fig-inline-link img.replaced-figure {
    width: 418px;
}

/* upper case the Abstract and Acknowledgement headers in the page content */
.article div.section h2, .article #intro-header h2 {
	text-transform:none;
}

/* display the doi in the article reference */
div.ref-cit .cit-metadata span.cit-pub-id-sep, div.ref-cit .cit-metadata span.cit-pub-id {
    display: inline;
}

#content-block .article .section p {
font-family: Times;
font-size: 1.2em;
}

/* SUBSCRIPT STACK HANDLING */
sub.stack {
position:static;
margin-top:7px;
line-height:1.2em;
}
