/* Journal Home Page Background */
.homepage #header {
    background-image: url(/site/resource/jmicro_header.jpg);
    height: 97px;
}

/* Journal Content Page Background */
.hw-gen-page #header {
    background-image: url(/site/resource/jmicro_header.jpg);
    height: 97px;
}


/* Journal Home Page Title */
.homepage #header h1#page_title {
    background-image: url(/site/resource/jmicro_title.jpg);
    margin-top: 34px;
    width: 590px;
    height: 61px;

}


/* Journal Content Page Title */
.hw-gen-page #header h1#page_title {
    background-image: url(/site/resource/jmicro_title.jpg);
    margin-top: 34px;
    height: 61px;
    width:  590px;
}


/* Journal Title */
.hw-gen-page #header h1#page_title a {
    display: block;
    height: 58px;
    width: 259px;
}

/*Featured articles display on toc*/ 
#content-block .cit.has-earlier-version.toc-cit.editorschoice.free {background-color: #ffff99; padding: 0.5em;} 
#content-block .cit.toc-cit.editorschoice.free {background-color: #ffff99; padding: 0.5em;}