#my_content h3 {
  text-align: center;
}

#my_content #map_div {
  position: relative;
  width: 800px;
  height: 421px;
  margin: 0px auto;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

#my_content #map_div #map_canvas {
  display: block;
  width: 800px;
  height: 421px;
  z-index: 1;
}

#my_content #site_display {
  min-width: 200px;
  max-width: 300px;
  position: absolute;
  display: none;
  z-index: 1;
  background-color: #CCC;
  padding: 5px 10px;
  border: 2px solid #202020;
  border-radius: 8px 8px;
}

#my_content #site_display p {
  margin: 6px 0px;
  line-height: 18px;
  font-size: 14px;
}
