#search-wrapper * {
  margin: 2px;
}

#search-wrapper {
  width: 100%;
  padding: 10px;
  position: relative;
  border-radius: 5px 5px 0 0;
  margin-bottom: 5px;
  background: #f5f5f5;
}

#search {
  display: inline-block;
  max-width: 70%;
}

.xlocate-description h3 {
  font-size: 1rem;
  padding: 10px 0 5px 0;
  margin: 0 0 5px;
  font-weight: bold;
}

a.xlocate-detail {
  color: #01BAD5;
  box-shadow: none;
}

.xlocate-description {
  padding: 0 8px 10px 8px;
}

#xlocate-estate-listing {
  width: 30%;
  margin: 0;
  float: left;
  height: 400px;
  //overflow-y: scroll;
}

#xlocate-estate-listing p {
  padding: 0;
  margin: 0 0 5px;
}

#map_wrapper {
  float: left;
  padding: 0;
  margin: 0;
  width: 70%;
  height: 400px;
}

#map_canvas {
  width: 100%;
  height: 100%;
}

#map_wrapper {
  position: relative;
}

#xlocate-loader {
  display: none;
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 50;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.xlocate-pagination {
  margin-top: 10px;
}