/*
Copyright 2023 Karl J. Obermeyer

Style for publications lists. Stack on top of `text_only.css`.
*/

.pub-authors {
  color: black;
  font-style: normal;  /* normal or italic */
  font-weight: 400;  /* normal or bold */
}

.pub-title {
  color: black;
  font-style: normal;  /* normal or italic */
  font-weight: 500;  /* normal or bold */
}

.pub-where {
  color: black;
  font-style: italic;  /* normal or italic */
  font-weight: 400;  /* normal or bold */
}

.pub-ol {
  margin: 0 0 1.5em 0;
}

.pub-ol-unnumbered {
  list-style-type: none;
  margin: 0 0 1.5em 0;
  padding-left: 1.0em;
}

.pub-li {
  margin: 0 0 1em 0;
}
