/*
   Copyright Eirik Hektoen, 2008. This work is licensed under a Creative Commons
   Attribution-Noncommercial-Share Alike 3.0 Unported License. For details, see
   http://creativecommons.org/licenses/by-nc-sa/3.0/
*/

@media screen {
  body {margin: 40px; max-width: 55em;}
  h1 {font-size: 32px;}
  h2 {font-size: 24px;}
  h3 {font-size: 19px;}
  h4, p, table, ol, ul {font-size: 16px;}
  div.header-print {display: none;}
}

@media print {
  h1 {font-size: 18pt;}
  h2 {font-size: 14pt;}
  h3 {font-size: 12pt;}
  h4, p, table, ol, ul, blockquote {font-size: 10pt;}
  a {text-decoration: none; color: black;}
  div.header {display: none;}
}

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

li {margin: 8px 0;}
ol.tight li {margin: 0;}

table {margin: 0 2em; padding: 2px; border: 1px solid gray;}
li table {margin: 1em 2em;}

th {padding: 2px 4px; font-weight: normal; background-color: #eee;}
td {padding: 2px 4px;}

table.example {margin: 0; padding: 0; border: none;}
li table.example {margin: 8px 0;}

table.example td {margin: 0; padding: 0.25ex 0 0.25ex 2em; border: none; vertical-align: top;
		  page-break-inside: avoid;}

body.books h2 {font-size: large;}

div.header table {width: 100%; padding: 0 0 4px 0; margin: 0 0 8px 0; border:none; 
	   border-bottom: 1px solid lightblue; }
div.header a {text-decoration: none;}

div.header-print {text-align: right;}

div.footer {padding: 6px 0 0 0; margin: 24px 0 0 0; border:none; 
	   border-top: 1px solid lightblue; font-size: small;}
div.footer img {border: none; padding: 4px 16px 0 0;}
