body {
    background: #fff;
    background-position: 50% 0;
    background-repeat: no-repeat;
    color: #666666;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    position: relative;
}
.wrap {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    -webkit-box-shadow: rgba(0,0,0,0.18) 0px 0px 3px;
    -moz-box-shadow: rgba(0,0,0,0.18) 0px 0px 3px;
    box-shadow: rgba(0,0,0,0.18) 0px 0px 3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
a {
    color: #3a3a3a;
}

#localelist {
    margin-top: 50px;
    font-size: 0.8em;
}
#localelist ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none;
    padding: 0;
}
#localelist li.space {
    padding: 0 20px;
}
#localelist li.space::after {
    content: "\00B7";
}
#localelist a {
    text-decoration: none;
}