html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  font-family: sans-serif;
  font-size: 90%;
}
.infoW
  {
  margin: 0px;
  height: auto;
  width: 250px;
  float: left;
  text-align: left;
  }
#map {
  width: 77%;
  top: 1%;
  left:22%;
  height: 100%;
}

#sidebar {
  position: absolute;
  left: 0%;
  width: 20%;
  top: 0%;
  height: 100%;
  bottom: 0;
  overflow: auto;
  padding: 1em;
  font-weight:500;
}
#sidebar a
{
    font-weight:bolder;
}
#sidebar li
{
    padding-bottom:12px;
}
#sidebar img {
  vertical-align: middle;
  border: none;
}

h1 {
  margin: 0;
  font-size: 220%;
}
h2 {
  margin: 0;
  font-size: 125%;
}

#infowindow_content {
  display: none;
}

.details_tab_w {
  font-size: 80%;
  height:auto;
  width:350px;
}
.details_tab_xw {
  font-size: 100%;
  height:auto;
  width:400px;
}
.details_tab_xw li{
  font-size: 100%;
  padding-top:5%;
  height:auto;
  width:400px;
}

