﻿div#HeaderPanel, div#NavigationPanel, div#FooterPanel
{
	display: none;
}

.Receipt
{
	background-color: #f8fbb3;
	font-family: Arial, Helvetica, Sans-Serif;
	border: solid 1px Red;
	margin: 5px;
	padding: 5px;
}

.NoPrint
{
	display: none;
}

table {
    width: 100%;
}