@media print{
	*{
		background-color: #fff !important;
		color: #000 !important;
	}
	.search-container,.nav,.detail-photo-small,.btn{
		display: none !important;
	}
	.box{
		border: none !important;
		box-shadow: none !important;
	}
	.label{
		border-right: none !important;
		border-left: none !important;
		border-top: none !important;
	}
	.header{
		margin-bottom: 20px !important;
	}
}