html, body, #wrapper {
  margin:0;
  padding:0;
  width: 100%;
  height: 100%;
}
#wrapper {
  overflow:auto;
}
#mapid { 
 height: 100%; 
 width: 100%;
 z-index: 1;
}
#overmap {
  border-radius: 15px;
  padding: 10px;
  position: absolute;
  top: 100px;
  right: 10px;
  float: right;  
  z-index: 80;
  background: white;
  opacity: 0.7;
  width: 30%;
  overflow: auto;
  max-height: 85%;
  border: 2px black;
}
#titlehead {
  font-weight: bold;
  text-align: center;
  font-family: "Segoe UI";
}
#venmsg {
  font-family: "Segoe UI";
  font-size: 14px;
  text-align: left;
  border-radius: 15px;
  z-index: 85;
  background: white;
  //opacity: .85;
  overflow: auto;
  overflow-x: hidden;
  min-height: 100px;
  max-height: 700px;
  border: 1px black; 
}
#srcSocial {
  float:left;
  padding-top: 4px;
  width: 5%;
}
#socialMsg {
  float:left;
  padding-top: 4px;
  width:95%;
}
div::-webkit-scrollbar {
  width:15px
}
div::-webkit-scrollbar-track { 
  border-radius:5px
}
div::-webkit-scrollbar-thumb {
  min-height:20px;
  border-radius:10px;
  border:3px solid #FFF;
  background-color:#CCC
}


.GMULabel {
    position: absolute;
    width:100px;
    font-size:15px;
    background-color: transparent;
    border: transparent;
    box-shadow: none;
}

.leaflet-tooltip.GMULabel {
  background-color: transparent;
  border: transparent;
  box-shadow: none;
  color: #006837;
  }


a:link {
  text-decoration: none;
  color: #009900;
}
a:visited {
  color: #82b74b;
}
