<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.page-invoice-table {
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-invoice-table tbody {
  border-bottom: 1px solid #e0e0e0;
}

.page-invoice-table .table &gt; thead &gt; tr &gt; th, .page-invoice-table .table &gt; tbody &gt; tr &gt; th, .page-invoice-table .table &gt; tfoot &gt; tr &gt; th, .page-invoice-table .table &gt; thead &gt; tr &gt; td, .page-invoice-table .table &gt; tbody &gt; tr &gt; td, .page-invoice-table .table &gt; tfoot &gt; tr &gt; td {
  padding: 15px 8px;
}

.page-invoice-amount {
  padding-top: 10px;
  margin-bottom: 40px;
  font-size: 20px;
  border-top: 1px solid #e0e0e0;
}

@media (max-width: 767px) {
  .page-invoice .page-content .btn-animate {
    margin-bottom: 10px;
  }
}
</pre></body></html>