.item-table {
    border-collapse: collapse;
    color: rgb(228, 225, 245);
    background-color: rgb(111, 117, 117);
}
.item-table th {
    border: solid 3px #a6aab6;
    text-align: center;
    font-weight: bold;
    padding: 3px 5px;
}
.item-table td {
    border: solid 3px #bdbfc7;
    padding: 5px 5px;
}

.listvalue {
    text-align: center;
}

.listimage {
    max-width: 100px;
    min-width: 50px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
}