/* Limit the width of the first column */
.limited-width {
    width: 150px; /* Set a specific width */
}
