﻿@media print
{
	.no-print {
		display: none;
	}

	/*This dont work in chrome: (print footer)*/
	/*.print-footer { 
		position:fixed;
		bottom:0;
	}*/
}