#bible-doc {
  margin:auto;text-align:left; /* leave unchanged */
  width:46.15em;/* non-IE */
  *width:45.00em;/* IE */
  min-width:600px;/* optional but recommended */
}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
/*   text-align: left; */
}

h1 {
  color: gray;
  font-size: 197%;
  font-weight: bold;
  margin-top: 1ex;
  margin-bottom: 1ex;
}

h2 {
  color: gray;
  font-size: 116%;
}

body p {
  max-width: 40em;
}

div.subject {
  max-width: 40em;
}

body li {
  max-width: 38em;
}

img {
  border: 0;
}

em {
  font-style: oblique;
}

p.menu {
  margin-top: 2ex;
  margin-bottom: 2ex;
}

br.clear {
  clear: both;
}

ol li {
  list-style: decimal inside;
}

ul li {
  list-style: disc inside;
}

#end-of-chapter {
  clear: both;
  text-align: center;
  padding-top: 4ex;
  padding-bottom: 2ex;
}


/* single chapter */

div.verse-head {
  clear: both;
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  margin-bottom: 2ex;
  padding-top: 1ex;
  padding-bottom: 1ex;
}

div.verse-head p {
  width: 25%;
  float: left;
  margin-right: 1.5em;
  font-weight: bold;
}

div.verse-head p + p {
  width: 35%;
}

div.verse-head p + p + p {
  margin-right: 0;
}


/* verse */

div.verse {
  clear: both;
}

p.verse {
  width: 25%;
  float: left;
  text-align: justify;
  margin-top: 0;
  margin-bottom: 0.5ex;
  margin-right: 1.5em;
}

span.verse-number {
  font-weight: bold;
  color: gray;
}

blockquote {
  font-style: oblique;
  margin: 1ex 0 1ex 1.5em;
}

blockquote p {
  padding: 0;
  margin: 0;
}


/* SAB formatting */

.sab-comment {
  width: 35%;
  float: left;
  text-align: justify;
  margin: 0;
  margin-bottom: 0.5ex;
  margin-right: 1.5em;
}


/* My comment formatting */

div.my-comment {
  width: 35%;
  float: left;
  text-align: justify;
  margin: 0;
  margin-bottom: 0.5ex;
  margin-right: 0em;
}


/* chapters menu formatting */

#chapters {
  float: right;
  border: 1px solid gray;
  width: auto;
  margin-left: 1em;
  font-size: smaller;
/*   background: url(../images/bruegel_saul_kln.jpg) white 75%; */
}

#chapters h2 {
  text-align: center;
}

#chapters table tr td {
  text-align: right;
  padding-left: 2px;
  padding-right: 0.3em;
  padding-bottom: 2px;
}


/* sab */

img.sab-icon {
  width: 24px;
  max-width: 24px;
  vertical-align: top;
}


/* main page: Bible books table */

div.flush {
  clear: both;
}

div.testament {
  float: left;
  margin-right: 2em;
  margin-bottom: 5ex;
  font-size: smaller;
}

table.books {
  border-spacing: 0px;
}

table.books tr {
}

table.books tr td {
  vertical-align: top;
  padding: 1ex;
  border-width: thin;
  border-color: black;
  border-style: groove;
}

a.progress {
  color: green;
}

a.none {
  color: gray;
}