/*
 *  This file is the print stylesheet for the website's webpages.
 *
 *  Copyright (c) 2007 Vít Dlouhý (ahoj@nuvio.cz)
 *                2008 Efstathios Xatzikiriakidis (lafs@ixthis.gr)
 *
 *  This program is free software: you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License as published by
 *  the Free Software Foundation, either version 3 of the License, or
 *  (at your option) any later version.
 *
 *  This program is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with this program. If not, see <http://www.gnu.org/licenses/>.
 */

body {
  border : 0;
  margin : 0;
  padding : 0;
  font-size : 12pt;
}

a {
  color : #000;
  background-color : inherit;
  text-decoration : none;
}

h1, h2, h3 {
  page-break-after : avoid;
  page-break-inside : avoid;
}

table {
  border-collapse : collapse;
  border-width : 1px;
  border-style : solid;
}

th, td {
  display : table-cell;
  border-width : 1px;
  border-style : solid;
}

hr {
  display : block;
  height : 2px;
  margin : 0;
  padding : 0;
  border : 0 solid #000;
  color : #000;
  background-color : inherit;
}

blockquote {
  page-break-inside : avoid;
}

ul, ol, dl {
  page-break-before : avoid;
}

.noprint {
  display : none;
}
