.ljsm-store-locator{
    max-width:1200px;
    margin:40px auto;
}

.ljsm-store-locator input{
    width:350px;
    padding:12px;
}

.ljsm-store-locator button{
    padding:12px 18px;
    margin-left:10px;
    cursor:pointer;
}

#ljsm-map{
    width:100%;
    height:500px;
    margin:30px 0;
    background:#e9e9e9;
    border-radius:10px;
}

.ljsm-store-locator ul{
    list-style:none;
    padding:0;
}

.ljsm-store-locator li{
    padding:15px;
    border-bottom:1px solid #ddd;
}