html {
	height: 100%
}
body {
	height: 100%;
	margin: 0;
	padding: 0
}
#map_canvas {
	height:440px;
	width:886px;
	border:#00804a 1px solid;
}

#map_canvas img {
	max-width:none !important;
}

#directionsPanel {
	width:888px;
	height:100%;
}

#print-button {
	background: none repeat scroll 0 0 #222;
	border-width:2px;
	border-style:solid;
	border-color:#eee #bbb #ccc #ddd;
	border-radius: 12px;
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1em;
	padding: 3px 12px;
	text-decoration: none;
	text-transform: uppercase;
}

#print-button:hover {
	cursor:pointer;
	background: none repeat scroll 0 0 #000;
	border-color:#ccc #ddd #eee #bbb;
	color:#00d11e;
}

.start-address {
	padding:3px;
	font-size:1em;
}

.print-heading {
	display:none;	
}