/* the relative/absolute stuff is to get a nice-looking footer */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
div#container {
  position: relative;
  min-height: 100%;
  width: 95%;
}
div#content {
  padding: 10px;
  padding-bottom: 10px;  
  width: 30em;
  margin: 0 auto;
}
div#footer {
  position: absolute;
  bottom: 0;
  padding: 10px;
  width: 90%;
}

div#footer div#copy {
  font-style: italic;
  text-align: right;
  float: right;
  width: 49%;
}
div#footer div#lastupdate {
  font-size: 80%;
  text-align: left;
  float: left;
  width: 49%;
}

h1.faces {
  text-align: center;
  font-family: sans-serif;
  font-size: 300%;
}

h1.pronounce {
  margin-top: -1ex;
  text-align: center;
  font-size: 300%;
  color: gray;
  margin-bottom: 0;
}
h1.pronounce span {
  font-size: 50%;
}
div.top p {
  padding-left: 1em;
}

div.book {
  width: 90%;
}
div.book h2 {
  border-bottom: 1px solid black;
}
div.book p {
  padding: 0 2em;
  text-align: center;
  font-style: italic;
  color: #111;
}
div.book ul {
  width: 80%;
}
div.book li {
  list-style: none;
  padding-bottom: 4ex;
  clear: both;
}
div.book span.title {
  float: left;
  text-align: left;
  width: 45%;
}
div.book span.codes {
  font-variant: small-caps;
  text-transform: lowercase;
  font-family: serif;
  float: right;
  text-align: right;
  width: 53%;
}

div.more h2 {
  border-bottom: 1px solid black;
}
div.more ul li {
  list-style: none;
  padding-bottom: 1ex;
}
