html.Invoice *
{
	color: #000;
	font-size: 12px;
}
	
html.Invoice .main-navigation-wrapper
, .secondary-navigation-wrapper
, .sub-footer
{
	display: none;
}

html.Invoice body > [role=banner]
{
	display: none;
}

html.Invoice body > footer
{
	border-top: 2px solid #999;
}

html.Invoice .content-wrapper
{
	padding: 10px;
}
