.plate{
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
}

#bag-head-banner{
    width: 100%;
    margin: auto;
    background-color: #6b5e49;
    color: #e9e9e9;
    text-align: center;
}

#bag-contents-block{
    width: 100%;
    display: flex;
    flex-direction: column;
}

.bag-item-line, .bag-item{
    width: 100%;
}

.bag-item td{
    padding-bottom: 10px;
}

.bag-item th{
    text-decoration: underline;
}

.item-centre{
    text-align: center;
}

.item-table-wide{
    width: 70%;
    text-align: left;
}

.name-title{
    font-size: 26px;
}
.bag-item{
    padding: 10px;
}

.bag-item-details{
    height: 100px;
    align-content: start;
    overflow-y: auto;
}

.pad-left{
    padding-left: 10px;
}

.bag-mod-padding{
    padding-left: 20px;
}

.bag-del-centre{
    text-align: center;
}

#buttons-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-content: center;
    align-items: center;
}

.button{
    padding: 5px;
    text-decoration: none;
    margin: 10px 0;
    font-size: 18px;
    cursor: pointer;
    background-color: #e9e9e9;;
}

.button:hover{
    color: #6b5e49;
}

.checkout-btn:hover{
    color: #0c0c0c;
}

.delete-button{
    color: #e2e1e1;
    background-color: #C0392B;
}

.delete-button:hover{
    color: #0c0c0c;
    background-color: #ce4535;
}

#no-items-div{
    padding: 10px;
    margin: auto;
    text-align: center;
}

#edit-bag-form{
    display: flex;
    flex-direction: column;
    width: 80%;
}

.edit-bag-label{
    margin: 10px;
}

#edit-form-buttons{
    display: flex;
    justify-content: space-around;
    margin: 10px 0;
}