/* Journal specific aindex CSS */

/* override content-block width and remove col-2 */
#content-block {
  width: 728px;
}
#col-2 {
  display: none;
}

#toc-header h1 {
    font-weight: normal;
    font-family: Georgia, 'Times New Roman', serif;
    padding-top: 10px;
    margin-bottom: 0.4em;
}

#toc-header cite {
    font-style: normal;
    font-size: .8em;
}

/*  Issue-level links at top */

#toc-header .toc-links {
    padding: 0.5em 0em;
}

.toc-links li a {
    color: #660033;
}

div.aindex-jump-list {
    margin-top: 0.5em;
}

div.aindex-jump-list * {
    margin: 0px; padding: 0px;
    display: inline;
}

div.aindex-jump-list ol {
    list-style: none;
}

div.aindex-jump-list li {
    margin-left: 0px;
    margin-right: 0.2em;
    font-size: 1.2em;
}

div.aindex-jump-list li a {
    color: #660033;

}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

	Alphabetical sections

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

	Author elements

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

	Citations

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* hide these  */
.aindex-cit .cit-section {
    display: none;
}

/* Author name already bold, don't need that */
.aindex-cit .cit-metadata .cit-title-note {
    font-weight: normal;
    padding-left: 0em;
}

.aindex-cit .cit-metadata .cit-title-note, 
.aindex-cit cite,
.aindex-cit .cit-views {
    padding-left: 0.3em;
}

.aindex-cit.fromcover, .aindex-cit.openaccess, .aindex-cit.inaugural {
    margin-top: 0.3em;
    background-color: #FFFFFF;
}




