/**
 * Example Print Preview site
 *
 *	print.css
 *	author: vinay
 */

/* -- Hide screen specific elements -- */
section{margin:60px 0px;}

@media print{
 .logo {	 
	 text-align:center !important;
	 }
}