/* temp styles */


/* map */
.react-autosuggest__input {
  max-width: initial !important;
}

.react-autosuggest__suggestions-container img {
  max-width: 120px;
}

.vcard {
  .fn {
    margin-top: 0;
  }

  .org {
    margin-top: spacing(-2);
  }

  .photo img {
    max-width: 120px;
  }
}