.ui-grid .table.mr_track tr td.title > div {
  white-space:normal;
  word-wrap:break-word;
  width: 130px;
}

.ui-grid .table.mr_adminsearch tr td.title > div {
  white-space:normal;
  word-wrap:break-word;
  width: 130px;
}

.table.mr_subscription td.standardprice,
.table.mr_subscription td.premiumprice,
.table.mr_subscription td.treshold_price,
.table.mr_subscription td.tracks_monthly,
.table.mr_subscription td.promo_standardprice,
.table.mr_subscription td.promo_premiumprice {
  text-align: right;
}