/* 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.4 2001/09/07 19:17:07 bbos Exp $
 */
@page {
  margin: 1.5cm;
}

html {
  margin: 0;
}
body {
  background: white;
  color: black;
  font: 14pt/1.2 sans-serif;
  margin-left: 90px;  /* Room for logo */
}
h1 {
  page-break-before: always;
  padding-bottom: 0.5em;
  border-bottom: thin solid;
  margin-top: 0;
}
p.letterhead {			/* For W3C logo in upper left corner */
  position: fixed;
  left: 1.5cm;
  top: 1.5cm;
  width: 100%;
  margin: 0;
}
p.signature {			/* For name of author at bottom left */
  display: none;
  position: fixed;
  bottom: 1cm;
  left: 1.5cm;
  top: auto;
  width: 100%;
  height: 1em;
  border-top: solid thin;
  padding-top: 0.1em;
  margin: 0;
  font-size: 80%;
  line-height: 1;
}
div.comment {
  text-align: justify;
  font: 10pt/1.2 sans-serif;
  column-count: 2;
  column-gap: 2em;
}
div.comment p + p {
  text-indent: 1em;
}
div.comment p {
  margin: 0;
}
