
/* Optional: Makes the sample page fill the window. */
html, body {
	background-color: #0E1626;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

#top_bar {
	height: 37px;
}
.logo {
	position: absolute;
	float: left;
	overflow:visible;
}
.title{
	padding-top: 5px;
	padding-left: 10em;
	text-align: center;
	color: aliceblue;
	font-size: 16px;
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana," sans-serif";
	font-style: normal;
}
.counter{
	float: right;
	padding-top: 20px;
	margin-right: 5px;
	color: aliceblue;
	font-size: 10px;
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana," sans-serif";
	font-style: oblique;
}
/* Always set the map height explicitly to define the size of the div element that contains the map. */
#map {
height: 95%;
}
