/* browse.css
 *
 * CSS for index/ URLs
 * @nee ccelmod/browse.css.
 */

.author_bookList {
  margin: 0em 1em 0.5em 3em;
}

.author_toggleImg {
  cursor: pointer;
}

a.author_moreInfo {
  color: #8a4900 !important;
}
a.author_moreInfo:hover {
  color: #c26600 !important;
}

.author_link_isVisible,
.author_link_isHidden,
#author_expand_all,
#author_collapse_all {
  padding-left: 20px;
  background-color: transparent;
  background-position: left center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  display: inline-block;
}

.author_link_isVisible,
#author_collapse_all {
  /* background-image: url(/https/ccel.org/themes/ccel/minus.jpg); */
  background-image: url(/https/ccel.org/img/minus.jpg);
}

.author_link_isHidden,
#author_expand_all {
  /* background-image: url(/https/ccel.org/themes/ccel/plus.jpg); */
  background-image: url(/https/ccel.org/img/plus.jpg);
}

#author_expand_all {
  margin-right: 3em;
}

#content p.hang {
  margin-top: 0.5em;
}

#bibliographyForm button {
  remove: these, temporarily;
  padding: 0;
  border: none;
  background: none;
  color: var(--ccel-red);
}

#bibliographyForm table,
#bibliographyForm tr,
#bibliographyForm td {
  border: none;
  background: none;
  border-collapse: collapse;
}

#bibliographyForm .status,
#bibliographyForm .proofcount,
#bibliographyForm .priority {
  text-align: center;
}

th {
  border-bottom: 1px solid #ccc;
}

.item-list {
  clear: both;
  text-align: center;
}

p.List2 {
	font-family: unset;
}
.pagination {
  display: inline;
  text-align: center;
}

.pagination li {
  display: inline;
  padding: 0.5em;
  margin: 0 0 0.25em 1.5em;
}
