.leaflet-bottom.leaflet-right {
    display: none;
}
.storelist ul {
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    line-height: 15px;
}

.storelist ul li {
    width: 50%;
}
.storelist ul li a {
    text-decoration: underline;
}
.contentstoresfooters{
    margin-bottom: 10px
}