/*
 * The CSS for harness.org.au.
 *
 * This file is created by RISE.
 *
 */

@page {
	size: auto;
	margin: 10mm;
}


html {
	background-color: #FFFFFF; 
	margin: 0px;  /* this affects the margin on the html before sending to printer */
}

body {
	margin: 10mm 10mm 10mm 10mm; /* margin you want for the content */
}

a[href]:after {
	content: none !important; 
}

img[src]:after {
	content: none !important; 
}

.forPrint {
	page-break-inside:avoid;
}

.nexttogo-wrapper {
	display:none;
}

header {
	content:block !important;
}

.mura-breadcrumb li {
	display:none !important;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	width:90% !important;
}

aside {
	display:none;
}

.race-linksR {
	display:none;
}

.raceMoreInfo {
	border:1px solid #000;
}

.btn {
	display:none;
}

.footer-wrapper {
	display:none;
}
