/* Location */

[id^=GPlocationStageRemove] {

}

[id^=GPlocationStageAdd] {

}



/* All div elements whose class attribute value begins with "GPlocationPoint" */
[class*="GPlocationPoint"] {
  position: relative;
}

div[id^=GPlocationAutoCompleteResult] {
  top: 45px;
  left: 0px;
  max-height: 140px;
  overflow-y: auto;
  border-top: none;
}

div[id^=GPlocationAutoCompleteList] {
  position: absolute;
  z-index: 2;
}

