#postcode-search-input.loading,
#country-search-input.loading {
    background-image: url("../images/loading-light-55f39fb7965f632023384d7592603710.gif");
}

#postcode-autocomplete,
#country-autocomplete {
    background-color: #FFF;
    color: #333;
    display: none;
    position: absolute;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#postcode-autocomplete a,
#country-autocomplete a {
    color: #666;
    display: block;
    padding: 5px;
}

#postcode-autocomplete a:first-child,
#country-autocomplete a:first-child {
    margin-top: 0;
}

#postcode-autocomplete a:hover,
#postcode-autocomplete a:focus,
#country-autocomplete a:hover,
#country-autocomplete a:focus {
    background-color: #CCC;
}

#postcode-autocomplete a:focus,
#country-autocomplete a:focus {
    outline: none;
}

#country-autocomplete a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    width: 15px;
}

.business-card {
    background-color: white;
    border-radius: 1.5rem;
    list-style: none;
    padding: 20px 6%;
    margin: 1rem 0;
}
