/*
 Print styles
 Site: Greenwatt
*/

/* Hide unnecessary parts */
#header .get-in-touch, #nav, #top, #sidebar, #footer .links { display: none; }

body { font-size: 9pt; }

/* Header */
#header { margin-bottom: 1.5em; }
#header a { text-decoration: none; }
#header .call { margin: 2em 0; }

/* Content */
ul { list-style: square; }

/* Product */
.product { margin: 1em 0 2em 0; }
.product .qty, .product .add { display: none; }

/* Footer */
#footer { border-top: 1px solid #000; font-size: 0.9em; margin-top: 2em; padding-top: 0.5em; }
#footer p { margin: 0; }

