html {
  height: 100%;
}
body {
  height: 100%;
  margin: 0;
  font-family: sans-serif;
  font-size: 110%;
}

#map {
  width: 75%;
  height: 100%;
}

#sidebarDiv {
  position: absolute;
  left: 75%;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  padding: 1em;
}

A.navbarblack,A.navbarblack:visited{
	color:black;
	text-decoration: none;
        font-weight: bold;
	
}
A.navbarblack:hover {
	color: blue;
	text-decoration: underline;
}

h1 {
  margin: 0;
  font-size: 220%;
}

h2 {
  margin: 0;
  font-size: 125%;
}