/**
 * Grouped product table: SKU + stock columns.
 */
.table.grouped .col.item {
    width: auto;
}

.table.grouped .col.sku,
.table.grouped .col.stock {
    white-space: nowrap;
}

.table.grouped .col.sku {
    width: 18%;
}

.table.grouped .col.stock {
    width: 12%;
}

.table.grouped .col.qty {
    width: 10%;
}
