.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

.img-column {
    max-width: 170px; /* Fix the width of the image column */
    width: 100%; /* Ensure the column behaves responsively */
}



