.error { color: red; white-space: pre-line;}
.autocomplete-wrapper {
    position: relative;
}
.autocomplete-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    background: white;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 4px 4px;
    max-height: 200px;
    overflow-y: auto;
    display: none;
}
.autocomplete-item {
    padding: 8px;
    cursor: pointer;
}
.autocomplete-item:hover {
    background-color: #f0f0f0;
}
.form-group {
    margin-bottom: 10px;
}
.loading {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}
.address-next {
    margin-top: 3px;
    //margin-left: 7.6ch;
}
.user-last-group {
    margin-left: 6.8ch;
    margin-top: 3px;
}
#user_title,
#user_first,
#user_mi,
#user_last,
#user_honor {
    //padding: 0.0em;
}
#user_first,
#user_last {
    width: 25.2ch;
}
#user_mi {
    width: 1.2ch;
}
#user_honor {
    width: 4.2ch;
}
