h2 {
	clear:both;
}
img#resolution {
	float:right;
	margin-left: 20px;
	height:240px; width: 240px;
}

table#trip_table thead th {
	background-color:#EEEEFF;
	border:1px outset #AAAAAA;
	padding:0px 10px;
	text-align:center;
}
table#trip_table tbody td {
	padding:0px 10px;
	text-align:center;
}
td#trip_totals {
	border-top:3px double black;
}

tr.week1 {
	background-color:#CCDDDD;
}
tr.week2 {
	background-color:#FFFFFF;
}
tr.week1:hover, tr.week2:hover {
	background-color:#CCCC00;
}

div#graph_trips_container {
	padding:20px 0px;
}
	div#left_axis_label {
		display:inline-block;
		position:relative;
		top:-150px;
		transform:rotate(-90deg);
		-webkit-transform: rotate(-90deg);
	}
	div#right_axis_label {
		display:inline-block;
		position:relative;
		top:-150px;
		transform:rotate(90deg);
		-webkit-transform: rotate(90deg);
	}
	div#graph_trips {
		width:1000px;
		height:300px;
		display:inline-block;
	}
		div#graph_trips_legend {
			display:inline-block;
			margin-left:20px;
			vertical-align:top;
		}

div#map_canvas {
	height:600px;
	width:100%;
}
span#total_distance_meters {
	display:none;
}
