/* -----------------------------------------------
Journal local stylesheet.
Author:   David Stienstra
Version:  February 2020
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */


/* --- Highlighted sidebar links --- */
#fclj #sidebar ul#navlist {
border-top: none; }  /* border added by ir-custom.css by default */
#fclj #sidebar ul#navlist li:first-child a {
border-top: none; /* border is removed if #navlist has no content */
}
#fclj #sidebar ul#navlist li a {
border-bottom: none;
}
    /* Sidebar link colors */
#fclj #sidebar ul#navlist li a:active,
#fclj #sidebar ul#navlist li a:hover,
#fclj #sidebar ul#navlist li a:focus {
color: #000;
background: transparent;
}
#fclj #sidebar ul#navlist li:last-child a { border-bottom: none; }

#fclj #sidebar .sidebar-search label,
#fclj .sidebar-search h2,
#fclj #sidebar #issn p {
    color: #333; /* Search, "Enter search terms," ISSN" */
    border: 0; }
#fclj #sidebar form#browse {
  padding-left: 15px;
}
#fclj #sidebar a {
  width: 215px;
}
#fclj #sidebar a.btn.followable {
  width: unset;
}
#fclj .article-list h2,   /* Article, or other doctype */
#coverart #alpha .article-list h2 {
  background: transparent;
}