
.us-autocomplete-pro-example {
  font-family: helvetica;
  color: #0a0a0a;
  text-align: center;
}

.us-autocomplete-pro-example .container {
  background-color: #ddd;
  padding: 2em;
}

small#hint_id_mailing_address {
    font-size: 100% !important;
}
.us-autocomplete-pro-example .container label {
  color: #0a0a0a;
}

.us-autocomplete-pro-example .container input {
  font-size: 16px;
  padding: 0 .75em;
  border: 1px solid #ccc;
  color: #0a0a0a;
  height: 3em;
  box-sizing: border-box;
  width: 100%;
  margin-top: .5em;
}

.us-autocomplete-pro-example .container input:disabled {
  background-color: #eee;
  color: #999;
}

.us-autocomplete-pro-example .container .us-autocomplete-pro-input-container {
  margin: 0 auto 2em;
  width: 60%;
}

.us-autocomplete-pro-menu {
  overflow-y: scroll;
  max-height: 13em;
  box-shadow: 0 7px 7px rgba(0, 0, 0, 0.12);
  color: #7d7d7d;
  position: absolute;
  text-align: left;
  width: inherit;
  z-index: 10;
}

.us-autocomplete-pro-menu li div {
  padding: .75em;
}

.us-autocomplete-pro-menu b {
  color: #0a0a0a;
}

.us-autocomplete-pro-menu .ui-menu-item-wrapper {
  padding-left: 1em;
}

.us-autocomplete-pro-example .container .labels {
  display: inline-block;
  font-weight: bold;
  width: 40%;
}

.us-autocomplete-pro-example .container .data {
  display: inline-block;
  padding-left: 1em;
  width: 50%;
}

.us-autocomplete-pro-example .docs-pricing-links {
  font-weight: bold;
  margin-top: 2em;
}

.inline {
  display: inline-block;
  vertical-align: top;
  width: 40%;
}

.data-container {
  text-align: center;
  margin-bottom: 2em;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}
