BODY {
	margin-top: 2em;
}

FIELDSET.viaggio {
	max-width:66em;
	text-align: center;
	margin: auto;
	position: relative;
}

DIV.results {
	margin-top: 4em;
}

#rc_viaggio {
	position: absolute;
	right: 0;
}

TABLE.viaggi TFOOT TD,
TABLE.viaggi TD:nth-child(n+4) {
	text-align: right;
	padding-right: 1em;
	white-space: nowrap;
}

#top_icons {
	display: block;
	font-size: 1.5em;
	position: fixed;
	margin: .2em;
	top: 0;
	right: 1.5em;
	color: black;
	background-color: #fff8;
	text-decoration: none;
	text-align: right;
	padding: 5px 10px;	
}

#top_icons A {
	color: black;
	text-decoration: none;
	margin-left: .25em;
}

A.close {
	color: red;
	text-decoration: none;
	position: absolute;
	right: 4px;
	top: -6px;
}

@media print {
	BODY,
	DIV.results	{
		margin-top: 0;		
	}
	A.menu_burger,
	#top_icons,
	DIV.form,
	DIV.find,
	#body_bg {
		display: none;
	}
}