
* {
    font-family: "Times New Roman", "Times", serif;
}

h1,h2,h3,h4,p,div,dd,dt,td,input {
  font-family: "Times New Roman", "Times", serif;
}

div.verses, div.chapters, p, td {
  text-align: left; /* justify is very slow, since whole chapter is one paragraph */
}

.chooseChapter {
    right: 4.4em;
    width: 6.4em;
}

div.bookList, .chooseBook {
    right: 11.0em;
}

.chooseBook {
    width: 5.6em;
}
.gotoRef {
    right: 16.8em;
    width: 4.5em;
}

div.versionList, .chooseVersion {
  right: 21.5em;
  width: 7.2em;
}


