/* Style for printing slides
 *
 * Use this style in the all.htm file to define a style for printing.
 * Add this line to the HEAD:
 *
 *   <link href="../Tools/w3ctalk-print.css" rel="stylesheet" type="text/css"
 *     media="print">
 *
 * Author: Bert Bos
 * Created: 14 Feb 2001
 * Version: $Id: w3ctalk-print.css,v 1.2 2005/05/25 15:15:47 shadi Exp $
 */
@page {
  margin: 1.5cm;
}

html {
  margin: 0;
}
body {
  background: white;
  color: black;
  font: 14pt/1.2 sans-serif;
  margin: 0 0 0 90px;  /* Room for logo */
}
h1 {
  page-break-before: always;
  padding-bottom: 0.5em;
  border-bottom: thin solid;
  margin-top: 0;
  clear: both;
}
h1:first-child {page-break-before: auto}

p.letterhead {			/* For W3C logo in upper left corner */
  position: absolute /* fixed */;
  left: 0 /* 1.5cm */;
  top: 0 /* 1.5cm */;
  width: 100%;
  margin: 0;
}
p.signature {			/* For name of author */
  display: none;
}
div.comment {
  font: 10pt/1.2 sans-serif;
  padding: 1em;
  border: thin dotted;
  margin: 3em 0;
  text-align: justify;
  clear: both;
  /*column-count: 2;*/
  /*column-gap: 2em;*/
}
div.comment p + p {
  text-indent: 1em;
}
div.comment p {
  margin: 0;
}
div.comment h2, div.comment h3 {
  font-size: 100%
}
img {
  border: none;
}
