.container-outer {
    position: relative;
    width: 500px;
    
    margin: 20px auto;
    padding: 10px;

    border-style: groove;
    border-radius: 5px;
    border-color: darkgreen;
    border-width: 1px;
    background: whitesmoke;
}

.list-container {
    display: block;
    width: 100%;
    margin: 20px auto;
    text-align: center;
}

.list-addresses {
    list-style-type: none;
    background-color: transparent ;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}



.listitems-addresses {
    margin: 5px 20px;
    border-style: groove;
    border-radius: 5px;
    border-color: darkgreen;
    border-width: 1px;
    background-color: whitesmoke;
    width: 300px;
    height:290px;
    padding: 10px 20px;
    position: relative;
    display: inline-block;
    text-align: left;
}


.address-title {
    font-weight: bold;
    font-size: 18px;
    margin: 0,0,10px,0;

}
.address-id {
    font-weight: normal;
    font-size: 12px;
}


/* #delete {
    position: absolute;
    top: 10px;
    right: 10px;
} */

.inline {
    display: inline-block;
    margin-right: 20px;
}