/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * Copyright (c) 2001-present X-Cart Holdings LLC. All rights reserved.
 * See https://www.x-cart.com/license-agreement.html for license details.
 */

.categories div.list-footer {
  text-align: left;
}

.items-list-table.categories table.list tbody td.main.name input {
  width: 450px;
}

.items-list-table.categories table.list tbody td.main.name .view {
  width: 454px;
  overflow: hidden;
}

.items-list-table.categories .cell.info a.count-link {
  padding: 0 5px 0 0;
}

span.count-label,
a.count-link,
a.edit
{
  font-size: 14px;
  line-height: 16px;
}

.info .cell,
.subcategories .cell
{
  text-align: right;
}
