@CHARSET "UTF-8";
.page-title {
	text-align: center;
	padding: 5px;
}
.station-heading {
	text-align: center;
}

.user-heading {
	text-align: center;
}

.logged-in-enabled {
/* Use this style for items only shown when the user logs in */
	display: none
}

.logged-out-enabled {
/* Use this style for items only shown when the user is not logged in */
	display: none
}

/* Setting specific CSS */
.fieldset {
	padding: 10px;
}

.map {
	width: 100%; 
	height: 300px;
	padding: 10px;
	margin: 10px;
	display: none;
}

#selectLocation {
	display: none;
}

#configStationFieldset {
	display: none;
}