/* ##### Custom Styles ##### */

table.toc {
  color: rgb(0,102,204);
  background-color: rgb(248,250,255);
  margin: 1.5em 0 0 0;
  padding: 1ex 0 1ex 0.6ex;
  border: 1px solid rgb(0,51,152);
}

th.toc_title {
  text-align: left;
  font-size: 150%;
  font-weight: bold;
}

td.toc_entry_1 {
  text-align: left;
  padding: 0.5ex 5ex 0.5ex 3ex;
}

div.post_header {
  margin-top: 2em;
  margin-bottom: 0;
}

div.post {
  margin-top: 0;
  border-bottom: 1px dotted;
}

br.post_footer {
  clear: right;
}

div.left_justified {
  text-align: left;
}

div.centred {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}

div.right_justified {
  text-align: right;
}

div.book_display {
  text-align: center;
  float: right;
  margin-left: 10px;
}

img {
  border: 0;
}

img.inline {
  float: left;
  vertical-align: top;
  padding-right: 5px;
}

div.notice {
  margin: 2.5em;
  padding: 0.3em;
  border: 1px solid #000000;
  text-align: left;
}

/*
  NOTE: If JavaScript is disabled, we do not want content to remain
  hidden - a JavaScript function later hides hidden DIVs.
*/
div.hidden {
  display: block;
}

div.shown {
  display: block;
}

li {
  margin-bottom: 0.5em;
}
