.loqate-address-results {
    display: none;
    position: absolute;
    min-width: 218px;
    max-width: 300px;
    border: 1px solid #ccc;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    z-index: 1;
    max-height: 200px;
    overflow-y: scroll;
}

.loqate-address-results ul {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

.loqate-address-results ul li {
    list-style: none;
    cursor: pointer;
    padding: 5px 10px;
    margin-bottom: 0 !important;
}

.loqate-address-results ul li:nth-child(odd) {
    background-color: #f9f9f9;
}

.loqate-address-results ul li:nth-child(even) {
    background-color: #fff;
}

.loqate-address-results ul li.selected {
    background-color: lightblue;
}
