#my_content > h3 {
  margin-left: 10px;
}

#my_content > p {
  margin-left: 20px;
}

#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: 50px;
  position: absolute;
  display: none;
  z-index: 1;
  background-color: #CCC;
  padding: 10px 10px;
  border: 2px solid #202020;
  border-radius: 8px 8px;
}

#my_content #site_display h5 {
  margin: 0px 0px;
  padding: 0px 0px;
}

#my_content #site_display p {
  margin: 0px 0px;
  padding: 0px 0px 0px 10px;
  white-space: nowrap;
}
