body {
	background: none;
	font-family: 'lucida sans unicode', 'lucida console', 'lucida grande', sans-serif;
	font-size:5pt;
}
* {
	font-size:8pt;
}
.newsearch {
	display:none;
}
#message {
	display:none;
}
a {
	color:black;
	text-decoration:none;
}
a:visited {}
a:hover {}
a:active {}

#header h1 {
	font-family:'Times New Roman';
	font-size:20pt;
	margin-top:0;
	margin-bottom:0;
	text-align:left;
}
#header em {
	text-align:left;
	margin:0 0 0 0;
}
.inputfield {
	text-align:right;
}
#main {
	margin-top:30px;
}

#main {
	margin: 0 auto;
	width:100%;
	text-align:left;
}

table {
	width:100%;
	padding:0px;
	border-collapse: collapse;

	width:100%;
	max-width:100%;
}
table tr th {
	padding-left:7px;
	padding-right:7px;
	text-align:left;
	color:black;
	font-weight: bold;
	border-bottom: 1px solid black;
}

table tr td {
	padding-left:7px;
	padding-right:7px;
}

table tr:nth-child(even) {
	background:none;
}
table tr:nth-child(odd) {
	background:#EFEFEF;
	-webkit-print-color-adjust: exact;
}
#menu {
	display:none;
}

#suggestions {
	display:none;
}

#journey_results {
	text-align:left;
}
#copyright {
	text-align: right;
}
.journey_result {
	page-break-inside: avoid;
}
