/*
 * FILE_HEADER
 */

.GoogleMapDetails{
  position: absolute;
  background: white;
  padding: 0.5em;
  bottom: 1.75em;
  left: 3.25em;
  right: 3.25em;
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  opacity: 0.925;
}

.GoogleMapDetailsClose{
  height: 0.25em;
  .Icon {
    float: right;
    color: lighten(@hard-bg, 17%);
  }
}