
.address-autocomplete-predictions {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.address-autocomplete-prediction {
    font-size: 14px;
    padding: 2px 6px;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
    user-select: none;
}
.address-autocomplete-prediction b {
    pointer-events: none;
}
.address-autocomplete-prediction:hover {
    background-color: #e1e1e1;
}
.address-autocomplete-prediction:last-child {
    border-bottom: 0;
}