ul.ui-autocomplete {
    list-style: none;
    padding: 0;
}

.town-search, .town-search-location {
    text-align: center;
    margin: 1rem 0;
}

.town-search-block {
    height: 300px;
    border: 1px black solid;
}

.town-search-form {
    margin: auto;
}


.town-search-wrapper {
    position:relative;
    top:15%;
    right:0;
    left:0;
    background-image: url("../images/london.png");
}

input[name=town] {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;  
}

.ui-autocomplete.ui-menu.ui-widget.ui-widget-content{
    /* background-color: yellow;
    max-width: 300px; */
}