/*-----------------------------------------------------------------------------
 | Bitsand - an online booking system for Live Role Play events
 |
 | File inc/print.css
 |    Summary: This style sheet is used for formatting the printable view of
 |             the website
 |
 |     Author: Russell Phillips
 |  Copyright: (C) 2006 - 2015 The Bitsand Project
 |             (http://github.com/PeteAUK/bitsand)
 |
 | Bitsand 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.
 |
 | Bitsand 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
 | Bitsand.  If not, see <http://www.gnu.org/licenses/>.
 +---------------------------------------------------------------------------*/

body {
	font-family: sans-serif;
	font-size: 12pt;
}

h1 {
	text-align: center;
}

table {
	border: solid thin black;
	border-collapse: collapse;
}

thead {
	display:table-header-group;
}

tbody {
	display:table-row-group;
}

th {
	padding-left: 1ex;
	padding-right: 1ex;
	border: solid thin black;
	font-weight: bold;
	font-size: 12pt;
	text-align: left;
	min-width: 1ex;
	white-space: nowrap;
}

td {
	padding-left: 1ex;
	padding-right: 1ex;
	border: solid thin black;
	height: 1.5cm;
	font-size: 12pt;
	text-align: left;
	min-width: 1ex;
	white-space: nowrap;
}

.noprint, div.topshadow, div.menu, #logo {
	display: none;
}
