/* NOTE: Where I've used full paths (dd-skittles.co.uk) to images, both here and in the site, you can make them relative when it's hosted on your domain! (relative = good) */

@media print {

	html {
		width: 100%;
	}
	
	body {
		width: 100%;
		background: white;
		border: 0;
		margin: 0;
		padding: 0; 
		color: black;
		font-size: 12pt !important;
		line-height: 150%;
	}

.outer {
	text-align: center; /* Used to centre page */
}

.page {
	margin: auto; /* Used to centre page */
	text-align: left; /* Otherwise the center (used to centre page) from .outer inherits */
	width: 750px;
}

.content {
	width: 600px;
}

.nav {
	display: none;
}

.navbox {
	display: none;	
}

table {
	border-collapse: collapse;
}

table.averages {
	border: solid 1px black;
	width: 400px;
	color: black;
}

table.averages th {
	border: solid 2px black;
}

table.averages th.date {
	border: solid 1px black;
	font-size: 20px;
	text-align: center;
	color: black;
}

table.averages th.cup {
	border: solid 1px black;
	font-size: 12px;
	text-align: center;
	color: black;
}

table.averages th, table.averages td {
	padding: 3px;
	border: solid 1px black;
}

table.fixtures {
	border: solid 1px black;
	width: 600px;
	color: black;
}

table.fixtures th.date {
	border: solid 1px black;
	font-size: 20px;
	color: black;
}

table.fixtures th, table.fixtures td {
	font-size: 14px;
	padding: 3px;
	border: solid 1px black;
}

.headline {
	font-size: 20px;
	text-align: center;
}

.headleft {
	font-size: 36px;
	text-align: left;
}

.drop {
	display: none;
}
.buttons {
	display: none;
}
}
