#helpOverlay {
  position: absolute;
  font-size: 10px;
  top: 60px;
  left: 260px;
  width: 500px;
  display: none;
  z-index: 100; /* make sure message is on top of the map */
  background-color: #99B3CC;
  border: 4px solid white;
}

.sm a:link, .sm a:visited, .sm a:active {
  font-size: 9px;
  font-style: normal;
  color: #4800FF;
  text-decoration: none;
}

.sm a:hover {
  font-size: 9px;  
  font-style: normal;  
  color: #DDDDDD;
  text-decoration: underline;
}

.helpContainer {
  overflow: auto;
  height: 200px;
}

#helpTable {
  width: 100%;
  border-collapse: collapse;
}

div.helpOverlayContainer {
  padding: 5px;
  background-color: white;
  color: black;
  border: 1px solid black;
  margin: 4px;  
  overflow: auto;
  height: 400px;
  margin-bottom: 30px;
}

