/* Hide everything but the content for print (header, footer, nav, etc) */
#mainAlert, #alert, .alertItem, #customerContact,
  #searchBanner, #banner, #personalBanner,
  #sidebar,
  .contentTitle, .contentItemTitle,
  .tabs, #pagination, .page_tool, .editLink,
  .gallery, form,
  #footer { display: none !important; }

/* Make content fill screen */
html, body, #content { background: #ffffff !important; }

body, #container, #content { margin: 0; padding: 0; width: 8in; }

/* Shrink text and table cells */
table.listing,
table.profile { width: 100%; font-size: 11px; }

.fullListing { margin: 0; padding: 0; line-height: 16px; border: none; }

  .fullListing td { margin: 0; width: 33%; }
  .fullListing td td { width: auto; }

  .fullListing h1 { margin: 0 0 4px 0; padding: 0; }
  .fullListing dl { margin: 0; padding: 0; }

  .print .listing-description p { line-height: 1.125em; }

/* Remove all background images */
* { background-color: transparent; background-image: none; }