/*
tpsjnls Global Styles
For styles that need to be available site-wide. Styles used in
individual pages or sets of pages should be in separate CSSs.

*/

div#pageid-content .article blockquote {
    color:black;
    font-family:sans-serif;
    font-size:1em;
    font-weight:normal;
}
#content-block div.article ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:disc;
}
#pap-header .pap-last-modified  {
    display:none;
}
#pageid-home #content-block ul.jnl-links li p span.early-date {
    display:none;
}
/* test to change footer bar color to light purple
div#footer div.bar div.footer-group {
    background-color:#CEBBD2;
}
*/
/* END - Styles for article lists (collections pages, etc.) */

