/**
 * print.css
 * LetsSpoon.com
 * @media print
 */

body {
	font-family: arial;
	font-size: 12px;
	line-height: 1.5;
	margin: 1.5em;
	padding: 0;
}

.noprint {
	display: none;
}

* {
    background-color: white !important;
    background-image: none !important;
    color: #333 @important;
}
