@media print {
	.navbar-fixed-top, #sidebar, .footer {
		display: none !important;
	}
	* {
		font-size: 10px !important;
	}
	body {
		background: #fff !important;
		display: none !important;
	}
	body.authenticated #container {
		overflow: visible !important; 
		margin-left: 0px !important;
	}
	body > .container-fluid {
		margin-top: 0px;
	}
}
