/* 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.
 */

h1#page-title{
  text-transform:none;
}

.register-mode h1#page-title{
  text-transform:capitalize;
}

.section.access-section .table-value.statuscomment-value textarea {
  height: 100px;
}

.section.summary-section .table-value.referer-value {
  overflow: hidden;
  max-width: 670px;
}

.section.summary-section .table-value.referer-value:after {
  content: " ";
  background: transparent url(../../images/right_fade.png) repeat-y right top;
  width: 20px;
  height: 20px;
  position: relative;
  top: -24px;
  float: right;
}

.roles-comment {
  display: inline-block;
  vertical-align: top;
}
