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

/**
 * CSS classes for invoice page
 *
 * Copyright (c) 2011-present Qualiteam software Ltd. All rights reserved.
 * See https://www.x-cart.com/license-agreement.html for license details.
 */

.invoice-box .addresses .wrapper {
  height: auto !important;
  position: static !important;
  margin-top: 20px;
}

.invoice-box .addresses .method-box {
  position: static !important;
  margin-top: 20px;
}

.xpayments-card-box > strong {
  padding-bottom: 20px !important;
}

.method-box:first-child > .sub-data:last-child {
  display: none;
}

@media only print {
  .xpayments-card-item {
    font-size: 10px !important;
  }
}
