

	.printable { display: block; }

	@media print
	{
		.non-printable { display: none; }
		.printable { display: block; }
	}
		
		
	.footer {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		background-color: #e0e0e0;
		color: white;
		text-align: center;
	}
