@ -464,7 +464,7 @@ tr {
.table-row-4-colums {
display: grid;
grid-template-columns: 1px auto 50px 70px 130px; /* first column is a hack */
grid-template-columns: 1px auto 50px 70px 150px; /* first column is a hack */
align-items: center; /* Vertically center the content within each column */
padding: 5px 0px;
}