#logo, #navigation, #print, #masthead h1, #about {
  display: none; }

#cart-confirmation table, #preorder-confirmation {
  margin: 0.5em auto;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px; }

#cart-confirmation table {
  margin-bottom: 1.5em; }
#cart-confirmation th {
  text-align: left; }

#preorder-confirmation th {
  text-align: left; }

#cart-confirmation th, #cart-confirmation td {
  padding: 5px;
  border-bottom: 1px solid #000; }

#preorder-confirmation th, #preorder-confirmation td {
  padding: 5px;
  border-bottom: 1px solid #000; }

#cart-confirmation tfoot tr.total td, #cart-confirmation tfoot th {
  border-bottom-width: 0; }
#cart-confirmation tfoot tr.total td {
  font-weight: bold; }
#cart-confirmation tfoot th {
  text-align: right;
  font-weight: normal; }

.receipt td.vcard {
  border-bottom: none !important; }
