/* here you can put your own css to customize and override the theme */
.amount {
	text-align: right;
}
.fancybox-popup .transaction {
	margin-right: 0;
}
@media print {
  body * {
    visibility: hidden;
  }
  .section-to-print, .section-to-print * {
    visibility: visible;
  }
  .section-to-print {
    position: absolute;
    left: 0;
    top: 0;
  }
  a:after { content:''; }
  a[href]:after { content: none !important; }
}