html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figcaption, figure, footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

#thank-you-page .print-receipt {
  display: block;
}

#thank-you-page .order-summary {
  display: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer,
header, hgroup, menu, nav, section {
  display: block;
}

#thank-you-page #demo-sale {
  color: #333132;
  text-align: center;
  width: 100%;
}

#thank-you-page #demo-sale h1 {
  float: none;
  padding: 0;
}

body #thank-you-page{
  background: #fff !important;
  background-color: #fff !important;
  font-family: arial, helvetica, sans-serif;
  font-size: 10px;
  line-height: 12px;
  color: #6D6E71;
}

h1 {
  font-size: 60px;
  font-weight: bold;
  color: #333132;
  padding: 10px 0 0;
}

ul {
  list-style: none;
}

strong {
  font-weight: bold;
  color: #333132;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

table tr {
  border-bottom: 1px solid #6D6E71;
}

table th {
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  color: #6D6E71;
  text-align: left;
  padding: 10px 0;
}

table td {
  padding: 10px 0;
}

/* @page style ---------------------------------------- */
#container {
  margin: 0 auto;
  width: 80%;
  padding: 20px;
}

/* @header style -------------------------------------- */
header {
  padding: 20px;
}

header .contact-info {
  margin-top: 10px;
}

header .receipt {
  font-size: 14px;
  color: #6D6E71;
  line-height: 18px;
}

header .support .email,
header .support .phone {
  position: relative;
  left: -20px;
}

header .support .email .email-icon,
header .support .phone .phone-icon {
  height: 20px;
  width: 20px;
  position: relative;
  top: 5px;
}

/* @section styles ------------------------------------- */
.left-col {
  float: left;
  width: 60%;
}

.right-col {
  float: left;
  width: 35%;
}

#order-info {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #6D6E71;
}

#invoice-summary {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #6D6E71;
}

div#totals.clear {
  background: #333132;
  color: #FFF;
  padding: 30px;
  position: relative;
  overflow: hidden;
}

#totals .notes {
  font-size: 8px;
  line-height: 9px;
}

#totals .total {
  font-size: 10px;
  font-weight: bold;
}

#totals .amount {
  font-size: 24px;
  font-weight: bold;
}

/* @footer style ---------------------------------------- */
footer {
  padding: 40px 0 40px 20px;
  font-size: 8px;
  color: #6D6E71;
  line-height: 9px;
}

footer .thank-you {
  padding-bottom: 10px;
}

footer .tco {
  position: relative;
  left: -20px;
  height: 24px;
  width: 24px;
}

footer .tco-disclaimer {
  position: relative;
  left: -20px;
}

/* @global classes --------------------------------------- */
.clear:before,
.clear:after {
  content: "";
  display: table;
}

.clear:after {
  clear:both;
}

.clear {
  zoom:1; /* For IE 6/7 (trigger haslayout) */
}

.left {
  float: left;
}

.right {
  float: right;
}

.thank-you {
  font-size: 21px;
  font-weight: bold;
}

.title {
  font-weight: bold;
  font-size: 14px;
  color: #333132;
}

