/*****************************************************************
 * HW-provided Top-level CSS stylesheet for iiarjnls
 *
 * Should contain (or import) all styles used across many pages
 * within the site, and overrides to HW global CSS stylesheet.
 *
 *****************************************************************/
/** requires sidebar styles **/
@import url("hw-publisher-sidebars.css");

/* removed extra bullets from toc page, col-2 toc and issue section links */
/* removed bullets from some content box */
#col-2 ul.toc-links,
#col-2 ol.issue-sections,
#col-2 div.content-box .cb-slug ol {
        list-style-image: none;
        list-style-position: outside;
        list-style-type: none;
}

#footer a,
#footer a:link,
#footer a:visited {
        color: white;
}

#header .header-buttons li span {
    font-size:81%;
    font-weight:bold;
}

/* added to display pop-up abstract keywords string */
div#hovering-abs ul.kwd-group {
    display: block;
	text-align: center;
}
div#hovering-abs ul.kwd-group li.kwd {
    display: inline;
	margin: 0 0.5em;
	padding: 0.25em;
	white-space: normal;
}
#header #main-logo, #header a img {
	margin: 15px 0 0px 24px;
}

#col-3 {
	float: right;
}
