@charset "UTF-8";
/* CSS Document */

.payment-container {
  align-items: center;
  justify-content: center;
}
.invoice .invoice-brand-img {
  max-width: 400px;
  height: auto;
}
.invoice .table tbody tr td, .invoice .dataTable-table tbody tr td {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}