/* Print - Condiciones */

@media only print {
	@page {
	margin: 0 20px 0 20px !important;
	}
	
	.entry-image,
	.full-image,
	.icons,
	.btn-group,
	.pull-right {
		display: none !important;
	}
}
