/*
TODO: most of the style or formatting in here should actually be shared between
      all areas (that is: editions, dictionaries, static text, …), I’d say
*/
.itj-page {
  font-family: 'Times New Roman', Times, serif;
  text-align: justify;
  font-size: 120%;
}
.itj-page table {
  width: 100%;
}
.itj-page table tr td {
  padding: 0 4px;
  border: 1px solid #000;
}
/*
.itj-line {
    display: block;
}
*/
/*
 XXX: this made note references text too small – in combination with
      normalize.less

.itj-page .note-ref, .itj-note .note-ref {
	vertical-align: super;
	font-size: 70%;
}
*/
/*
edition notes, mostly
*/
.bold {
  font-weight: bold;
}
/*
edition content itself: inline content
*/
.itj-note .corr,
.tooltip .corr {
  font-style: italic;
}
/*
edition content itself: block content
*/
ul.bibliography {
  list-style: none;
  padding-left: 0;
}
/*
ul.affiliations li
{
    list-style-type: none;
}
*/
ul.bibliography li {
  display: block;
  padding-left: 0.7cm;
  text-indent: -0.7cm;
  margin: 16px 0;
  line-height: 1.6;
}
.bib-listing-books-div.loader {
  margin-top: 30vh;
}
.bib-listing-books-div:not(.loader) {
  min-height: 58vh;
}
.bib-listing-books-div.loader + .bib-listing-pagination-div {
  margin-top: 25vh;
}
.bib-listing-empty {
  font-size: 18px;
  text-align: center;
  padding-top: 20vh;
}
ul.first-level {
  list-style-type: disc;
}
ul.first-level li {
  margin-left: 25px;
}
ul.second-level {
  list-style-type: circle;
}
ul.second-level li {
  margin-left: 20px;
}

/*# sourceMappingURL=itjakub.editions.css.map */
