.list-container {
    display: block;
    position: relative;
    width: 70%;
    margin: 20px auto;
}

.list-accounts {
    list-style-type: none;
    background-color: transparent ;
    margin: auto;
    position: absolute;
    display: block;
    width: 95%;
}



.listitems-accounts {
    margin: 5px 20px;
    border-style: groove;
    border-radius: 5px;
    border-color: darkgreen;
    border-width: 1px;
    background-color: whitesmoke;
    width: 100%;
    height:80px;
    padding: 20px;
    position: relative;
    display: inline-block;
}

/* table, th, td { */
    /* border: 1px solid black; */
    /* margin: 5px 10px; */
  /* } */

table td {
    width: 300px;
    margin: 5px 10px;
}

.account-title {
    font-weight: bold;
    font-size: 18px;
    margin: 0,0,10px,0;

}
.account-id {
    font-weight: normal;
    font-size: 12px;
}

.account-link {
    position: absolute;
    z-index: 2; 
    display:block;
    width:100%;
    height:100%;
    top: 0;
    left: 0;
}
