Index:The Philippine Islands, 1493-1803 (Prospectus).pdf/styles.css

.wst-rh-3 > :nth-child(2) {
	font-size: 120%;
}

.wst-rh{
	border-bottom: 2px solid black;
}

span.wst-sidenote {
	font-weight: bold;
	text-align: center;
	line-height: 120%;
}

/* doesn't export perfectly as shown, but degrades very readably */
dl {
  display: grid;
  grid-template-columns: max-content auto;
}

dt {
  font-weight: normal;
  grid-column-start: 1;
}

dd {
  grid-column-start: 2;
  margin-left: 0.5ex;
}

*[lang="la"] {
	font-style: italic;
}