.pageInfo,
.pageKeywords,
.navigation,
.topNavigation,
.quicksearch,
.hint,
.navigate,
.command,
header,
header *,
header .logo,
header .mobileHeader,
footer,
.menuSearch,
.listControl,
.jump,
.detail .order,
.detail .print,
.detailBackLink,
.page_detail_ .content > h1,
.securityLink,
.debugRobots,
.debugSession,
.recommendations {
  visibility: hidden;
  display: none !important;
  position: absolute;
  height: 0px !important;
}
body,
.pageContainer {
  height: auto;
}
main {
  margin: 0px;
  padding: 0px;
}
.pageContainer {
  max-width: none;
  border: none;
}

@page {
  size: auto;
  margin: 0mm; /* this affects the margin in the printer settings */
}
html {
  background-color: white; 
  margin: 0px;  /* this affects the margin on the html before sending to printer */
}
body {
  margin: 10mm 15mm 10mm 15mm; /* margin you want for the content */
  background-color: white;
}

.header {
  position: static;
  width: 100%;
  height: auto;
  background: none;
  border-bottom: gray 0.75pt solid;
  margin: 0px 0px 10px;
  padding: 5px 0px;
}
.header .pageTitle,
.header .pageTitle h1 {
  position: static;
  color: gray;
  font-size: 20px;
  text-align: center;
  margin: 0px;
  padding: 0px;
}
.content {
  margin: 0px;
  padding: 0px;
  max-width: none;
}

a,
a:hover {
  color: black;
  text-decoration: underline;
}
table a,
table a:hover {
  color: black;
  text-decoration: none;
}
h2 {
  border-bottom: gray 0.75pt solid;
}

.pane,
.list table {
  border: gray 0.75pt solid;
  padding: 10px 20px;
}
.pane h3 {
  margin-top: 10px;
}
.detail,
.detailBackLink {
  max-width: 100%;
}
.list thead th,
.list tbody tr,
.cart thead th {
  border-bottom: gray 0.75pt solid;
}
.list .tfoot td,
.cart .tfoot td {
  border-top: gray 0.75pt solid;
  border-bottom: none;
}
.orderHead table td.border {
  border-left: gray 0.75pt solid;
}

p.intro {
  text-align: left;
  width: 100%;
  padding: 0px;
  margin: 0px;
}

.footer {
  margin: 10px 0px;
  padding: 0px;
}
.footer .shopInfo {
  width: 100%;
  border-top: gray 0.75pt solid;
  color: gray;
}
