/*
// zugzwang.org / schach-bremen.de
// Copyright (c) 2013 Gustaf Mossakowski <gustaf@koenige.org>
// CSS fuer Schachlehrbuch: Druck
*/

body		{ background: #FFFFFF; color: black; font-size: 10pt; }
h1			{ margin-top: 0; }
a:link, a:visited
			{ color: black; text-decoration: none; }

.header		{ display: none; }
.bottom		{ display: none; }
.footnav	{ display: none; }
.topnav		{ display: none; }

.source		{ display: block; font-size: 10pt; font-style: italic; 
			clear: both; padding-top: 1em; }
.beitrag	{ max-width: 18cm; padding-bottom: 0; padding: 0; }

table.brett, img
			{ page-break-inside: avoid; }

a[href^=http]:after
			{ content: " [" attr(href) "] "; }
