.modal-overlay,
.modal-box {
    display: none;
}
.modal-overlay {
    position: fixed; top:0; left:0;
    width:100%; height:100%;
    background:rgba(0,0,0,0.5);
    z-index:999;
}
.modal-box {
    /*display: none;*/
    position: fixed; top:50%; left:50%;
    transform: translate(-50%,-50%);
    width:90%; max-width:800px;
    height:80%;
    background:#fff; padding:1em;
    box-sizing:border-box; z-index:1000;
    overflow:hidden;
}
.close-modal-button {
    position:absolute; top:0.5em; right:0.5em;
    background:transparent; border:none;
    font-size:1.5em; cursor:pointer; z-index:1001;
}
.ppl-parcelshop-map {
    width:100%; height:100%; max-height:640px;
}


div#ppl_selected_details {
    padding: 2rem 0.75rem;
    margin-top: 1rem;
    border: 2px solid #b7e4c5;
    color: #000;
}