#productPriceTable .td-product-id {
    width: 200px;
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 0.9rem;
}

#productPriceTable .td-product-location {
    min-width: 175px;
    max-width: 175px;
}

#productPriceTable .td-product-price {
    min-width: 100px;
    max-width: 100px;
}

#productPriceTable .td-product-actions {
    min-width: 200px;
    max-width: 200px;
}


#locationsTable .td-location-id {
    width: 200px;
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 0.9rem;
}
#locationsTable .td-location-name {
}
#locationsTable .td-location-address {
    max-width: 100px;
}
#locationsTable .td-location-actions {
    max-width: 130px;
}
