/* 
 * Always set the map height explicitly to define the size of the div element
 * that contains the map. 
 */
#map {
  height: 100%;
}

/* 
 * Optional: Makes the sample page fill the window. 
 */
html,
body {
	background: #444;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Tahoma, sans-serif;
  font-size: 16px;
}

.sidebar {
	position: absolute;
	padding: 10px;
	background: #444;
  box-sizing: border-box;
	top: 0px;
	left: 0px;
	z-index: 10;
	color: #eee;
  width: 140px;
  font-size: 1.2em;
}

.sidebar div:hover {
	cursor: pointer;
}

#sidebar-open {
	display: none;
  height: 100%;
}

.sidebar a {
	color: #eee;
	text-decoration: none;
}

a.sidebar-toggle {
	display: block;
}

.sidebar p:first-child {
	margin-top: 0px;
	margin-bottom: 0px;
	}

a.sidebar-toggle span {
	float: right;
}


#overlay {
	display: none;
	position: absolute;
	background: #fff;
	color: #444;
	top: 1em;
	margin-left: 150px;
	width: calc(100% - 170px);
	max-width: 200px;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #444;
}
#overlay button {
	display: block;
	margin: 10px auto 5px auto;
	font-size: 1em;
}

a[href^="http://maps.google.com/maps"]{display:none !important}
a[href^="https://maps.google.com/maps"]{display:none !important}
.gmnoprint a, .gmnoprint span, .gm-style-cc { display:none; }
.gmnoprint div { background:none !important; }