Where prices / quantities are displayed in a table cell there is no CSS class assigned to that cell to make it easy to control the alignment. This applies to both admin and user templates.
For instance prices are left aligned which look like this:
Title
£100.49
£10.25
£1,000.34
Would prefer in my case if right aligned:
Title
£100.49
£10.25
£1,000.34
Adding the following to the <td> elements in the default templates would make them more generic:
class="hikashop-quantity-header"
class="hikashop-price-header"
class="hikashop-quantity-value"
class="hikashop-price-value"