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

.pp-transaction-ids {
  background-color: white;
  padding: 0 14px;
  padding-bottom: 14px;
  line-height: 28px;
}

.pp-transaction-ids div {
  font-size: 11px;
  height: 18px;
}

div.actions .payment-actions-row div.payment-actions {
  width: 100%;
  padding-left: 0;
}

.transaction-actions {
  text-align: right;
}

.pp4m-payouts .pp4m-unit {
  width: 100%;
  clear: both;
  padding-top: 5px;
}

.pp4m-payouts .pp4m-unit .vendor-info {
  float: left;
  text-align: left;
  font-size: 12px;
}

.pp4m-payouts .pp4m-unit .vendor-info .payee {
 color: #8f8f8f;
}

.pp4m-payouts .pp4m-unit .payout-button {
  float: right;
}
