body {
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7F7772;
	background-color: #EEEEEE;
}
#content {
	background-color: white;
	overflow: auto;
}
select {
	width: 220px;
}
p#subscription {
	width: 220px;
}
h3{
	font-size: 1.1em;
}
h1 {
	background-color: orange;
	color: white;
	padding: 15px;
}

ul.stationDetails {
	margin-top: 0;
	margin-bottom: 0;
}
ul.stationDetails li {
	clear:both;
	margin-top: 0;
	margin-bottom: 0;
}

.last_updated_at {
	margin-top: 0;
	margin-bottom: 2px;
	font-size: 0.8em;
}
span.station_name {
	font-weight: bold;
}
div.station_info_window {
	padding:0 0 0 0;
	margin:0 0 0 0
}
div.station_info_window img.spinner {
	text-align:center; display:block; margin-left: auto;margin-right:auto;
}
p#regle_confidentialite_google {
	font-size: 0.9em;
	text-align:justify;
	line-height: 1em;
}
p#footer_meta {
	margin-top: 0px;
	font-size: 0.7em;
	text-align:justify;
	line-height: 1em;
}
table#closest_stations {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 220px;
}
table#closest_stations td, table#closest_stations th {
	padding: 0;
	font-size: 0.75em;
	text-align: center;
}
table#closest_stations td.station_name {
	text-align: left;
}
#large_spinner {
	text-align:center;
	margin-top: 2px;
	margin-bottom: 2px;
}

table {
	margin-left: 5px;
	margin-right: 5px;
}
thead {
	background-color: #DDD;
}
td, th {
	padding: 0.75em;
}
th#nom_de_station {
	min-width: 200px;
}