/* 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.5 2002-09-16 14:14:26 bbos 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: 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 {
  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;
}
