body {
   background: white;
   font-size: 12pt;
   }
#branding, #access, #top-nav, #page-callout-wrapper, #sidebar, #footer, #print { display: none; }
#receipt-header, #receipt-footer {
	display: block;
}
#receipt-header {
	padding-bottom: 1em;
   border-bottom: 1px solid #217de5;
   margin-bottom: 1em;
}
#receipt-footer {
	padding-top: 1em;
   border-top: 1px solid #217de5;
   margin-top: 1em;
}
#receipt-header h1 { font-size: 1.8em; }
#receipt-header h2 { font-size: 1.2em; }
#receipt-footer p { font-size: 1.2em; }
#content, #container {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
}
div#content {
   margin-left: 10%;
   }
a:link, a:visited {
   color: #217de5;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }


