.reserved-content {
    display: flex;
    flex-direction: column;
    height: auto;
    margin-top: 10px;
    margin-bottom: 50px;
}

.change-pw {
    width: 150px;
    background-color: #61666c;
    color: #ece9e2;
    padding: 10px;
    border: none;
    left: 50%;
}

th,
tr,
td {
    text-align: left;
    padding: 10px;
    border-bottom: 1px solid #61666c;
}

th:last-child {
    width: 100px;
}

table {
    border-collapse: collapse;
}
.max-height-ordini{
    min-height: 390px;
    max-height: 390px;
    height: auto;
    overflow-y: scroll;
}