/**
 * Decléor Store Print Styles 
**/

body {
  color: #666;
}

img {
  border: none;
}

#header,
#banner,
#menu,
#cart-info,
#content-header,
#shopping-bag,
#footer,
.form-submit,
.last {
  display: none;
}

#content {
  padding: 0;
  margin: 0;
  width: auto;
}

#invoice-address {
  display: block;
  margin-top: 45px;
  font-size: 0.86em;
  line-height: 1.4535em;
}

#invoice-address address {
  font-style: normal;
}

a {
  font-weight: normal;
  color: #666;
  text-decoration: none;
}

/* Tables */

table {
  border-collapse: collapse;
  font-size: 1em;
  line-height: 1.25em;
  margin: 1.25em 0;
}

th {
  border-bottom: 2px solid #E5E3D7;
  border-left: 1px solid #E5E3D7;
  padding: 0.25em 0.5em;
  text-align: left;
  white-space: nowrap;
}

td {
  border-left: 1px solid #E5E3D7;
  padding: 0.25em 0.5em;
}

th:first-child,
th.first,
td:first-child,
td.first {
  border-left: none;
}

tr.odd {
  background-color: #FFF6DB;
}
