/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
p, blockquote,
a, abbr, acronym, address, big, cite,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}


/* TYPOGGRAPHY */
html, body {
  font-family: Helvetica, "Helvetica Neue", Arial, Tahoma, sans-serif;
  font-size: 12px;
  color: #525252;
  line-height: 18px;
}
a {
  color: #137ccd;
}

/* Elements to hide */
header,
footer,
.header,
.main-footer,
.copyright,
.no-print {
  display: none;
}

/* RECEIPTS */
.receipts .table {
  margin-top: 20px;
}
.receipts table {
  width: 100%;
}
  .receipts .item-row {
    border-top: solid 1px #b2b2b2;
    border-bottom: solid 1px #b2b2b2;
  }
  .receipts .item-description {
    width: 50%;
  }
  .receipts td {
    padding: 5px 0;
  }
  .receipts table td:last-child {
    text-align: right;
  }
  .receipts table tr:last-child td {
    border-top: double 3px #b2b2b2;
    font-weight: bold;
    font-size: 14px;
  }
    .receipts table tr:last-child td:first-child {
      border: none;
    }
.receipt {
  page-break-after: always;
}