.mpca-fat-bottom {
  margin-bottom: 50px;
}

input[type=text][readonly].mpca-readonly {
  color: #aaa;
  pointer-events: none;
}

.mpca-hidden {
  display: none;
}

/* Used for suggest.js */
.ac_results {
  display: none;
  margin: -1px 0 0;
  padding: 0;
  list-style: none;
  position: absolute;
  z-index: 10000;
  border: 1px solid #5b9dd9;
  background-color: #fff;
}
.ac_results {
  z-index: 500000;
}

.ac_results li {
  margin: 0;
  padding: 5px 10px;
  white-space: nowrap;
  text-align: left;
}

.ac_results .ac_over,
.ac_over .ac_match {
  background-color: #0073aa;
  color: #fff;
  cursor: pointer;
}

.ac_match {
  text-decoration: underline;
}
/* End suggest.js */
