/* Money matters blog

 Revision history
 Jul 2008  nhy  First written
*/

@import url("/gbl/blog_style.css");

/* ========================================================================== */

.code { font-family: "courier new", courier, monospace; }

.code_fragment {
 font-family: "courier new", courier, monospace;
 font-size: 80%;
 background-color: #f0f0f0;
 margin: 0.5em 1em 0.5em 1em;
 padding-left: 0.3em;
 padding-right: 0.3em;
 }

/* -------------------------------------------------------------------------- */
/* Tables */

.fig_tbl {
 margin-top: 1em;
 border-collapse: collapse;
 }

.fig_tbl .top {
 border: black 0px solid;
 border-bottom-width: 1px;
 }

.fig_tbl td {
 width: 5em;
 text-align: right;
 }

.fig_tbl td.notes {
 padding-left: 0.5em;
 width: 15em;
 text-align: left;
 }

.fig_tbl td.col_hdr {
 padding-left: 0.5em;
 width: 10em;
 text-align: left;
 }

.fig_tbl td.sep_ab {
 border: black solid 0px;
 border-top-width: 1px;
 }

/* -------------------------------------------------------------------------- */

.article_entry h2 {
  }

.article_entry h3 {
  font-size: 110%;
  margin-top: 1.5em;
  margin-bottom: 0.75em;
  }

.article_entry .sep_li li {
  margin-top: 1em;
  }

.file_size_tbl {
  margin-top: 1em;
  margin-left: 2em;
  }

.file_size_tbl .file {
  width: 13em;
  }

.file_size_tbl .size {
  text-align: right;
  }

span.file {
  font-weight: bold;
  }

/* ========================================================================== */
