/****************************************************************************
 * HW-provided Top-level CSS stylesheet for proxied pages for journal-specific site
 *
 * Should contain the styles used across many proxied pages
 * within the site, and overrides to HW global CSS stylesheet and HW journal-specific 
 * global stylesheet.
 * 
 ****************************************************************************/

 
#content-block h1 {
	margin-top: 15px;
	font-family:Georgia,'Times New Roman',serif;
	font-weight:normal;
	margin-bottom:0.4em;
}
 
 #content-block ul {
	list-style:none;
}

 #content-block ul li{
	margin-bottom: 5px;
}
 
 #content-block span.future-issue-toc-vol-iss  {
	margin-left: 10px;
}

span.future-issue-toc-date {
	font-weight:600;
}

ol.issue-sections {
	list-style: none;
	margin: 10px 0px 0px 10px;
}

ol.issue-sections li {
	margin: 0.4em 0px;
}


.toc-level * {
	margin: 0px; padding: 0px;
}
.toc-level ul,
.toc-level ol {
	list-style: none;
}
.toc-level {
	display: block;
	clear: both;
	padding-top: .5em;
	margin-top: 1.5em;
	border-top: 1px solid #660033;
	margin-right:20px;
}
/* handle major/minor section headers */
.toc-level h2 {
	display: inline;
	font-weight: bold;
	font-size: 1.1em;
}

.toc-level h4 {
	display:block;
}

.toc-cit {
	display: block;
	margin-top: .7em;
	padding: .5em .3em;
	color: #222222;
	width: 512px;
}
.toc-cit * {
	display: inline;
}

.toc-cit .cit-auth-list li .cit-auth {
	white-space: nowrap;
}
.toc-cit cite {
	display: block;
	font-style: normal;
	margin-top: .25em;
	padding-left: 3em;
}
.toc-cit .cit-metadata abbr.cit-jnl-abbrev {
	border: none;
}