.saved-skus table > tbody > tr > td {
    vertical-align: middle;
}
.saved-skus table > tfoot > tr > td > .action.save {
    float: right;
}
.customer-sku[data-label]:before {
    content: attr(data-label) ': ';
    font-size: 1.1rem;
}
.customer-sku .sku {
    font-size: 1.1rem;
    font-weight: 700;
}