.autocomplete_div {
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #000;
    background-color: #fff;
    width: 300px;
    padding: 2px 8px;
    position: absolute;
    z-index: 10;
}

.autocomplete_row {
    cursor: pointer;
    margin: 2px 0;
    font-style: italic;
    border-bottom: 1px solid #ccc;
}
.row {
    margin-bottom: 10px;
}
.profile_info {
    width: 95%;
}

.bottom-padding {
    padding-bottom: 30px;
}

.bottom-padding-half {
    padding-bottom: 15px;
}