* {
	margin: 0;
	padding: 0;
}

/* no bg */
html,
body,
#bg,
#MapMenu,
#legals {
	background: #fff !important;
}

/* display none stuff */
/* form, /* most forms are nogood for print */ 
#header,
#servicesNav,
#sectionNav, 
#footer,
#legals .wrapper ul,
#timetableNav,
.aside,
.saveAs,
div#next5.functional-panel,
div#lastUpdated,
a.showMoreServices,
#journeyPlannerPanel,
div.editJourney
{
	display: none !important;
}

div#journeyPlannerPanel.noscriptJP {
	display: block !important;
}

div.resultPane {
	background: #fff !important;
	border: none !important;
	border-radius: none !important;
	-moz-border-radius: none !important;
	-webkit-border-radius: none !important;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

/* 100% width */
#content {
	width: 100% !important;
}
