.prli-prettypay-invoice {
  margin-top: 24px;
}
.prli-prettypay-invoice > p {
  color: #5e5e5e;
  text-align: center;
  margin: 0 0 20px 0;
}
.prli-prettypay-invoice > p a {
  color: #5e5e5e;
}
.prli-prettypay-invoice > p.prli-muted {
  color: #8a8a8a;
  font-size: 13px;
}
.prli-prettypay-invoice code {
  font-family: SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
  font-size: 0.9em;
  background: #f3f4f6;
  padding: 2px 6px;
  border-radius: 4px;
}
.prli-prettypay-invoice svg.prli-check {
  fill: none;
  color: #06429e;
  width: 64px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.prli-prettypay-invoice-table {
  color: #5e5e5e;
  border: 0;
  border-collapse: collapse;
  width: 500px;
  max-width: 100%;
  margin: 20px auto;
}
.prli-prettypay-invoice-table th,
.prli-prettypay-invoice-table td {
  border: 0;
  text-align: left;
  padding: 10px;
}
.prli-prettypay-invoice-table th:first-child,
.prli-prettypay-invoice-table td:first-child {
  text-align: left;
}
.prli-prettypay-invoice-table th:last-child,
.prli-prettypay-invoice-table td:last-child {
  text-align: right;
  width: 180px;
}
.prli-prettypay-invoice-table th.prli-text-align-right,
.prli-prettypay-invoice-table td.prli-text-align-right {
  text-align: right;
}
.prli-prettypay-invoice-table .prli-subtotal-row td {
  border-bottom: 1px solid #dbdbdb;
}
.prli-prettypay-invoice-table .prli-total-row td {
  border-top: 1px solid #dbdbdb;
}
.prli-prettypay-invoice-table .prli-subtotal-row td:first-child,
.prli-prettypay-invoice-table .prli-total-row td:first-child {
  border: 0;
}
