@media print{
	*{
		padding: 0 !important;
		margin: 0 !important;
		line-height: auto !important;
		height: auto !important;
		text-align: left !important;
	}

	p{
		margin-bottom: 10px !important;
	}

	h1, h2, h3, h4, h5, h6{
		font-size: 16px !important;
		font-weight: bold !important;
		margin-bottom: 15px !important;
	}

	.col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7,
	.col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1,
	.col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7,
	.col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1{
		float: none !important;
		width: 100% !important;
		text-align: left !important;
		margin-bottom: 25px !important;
	}
	
	header,
	footer,
	img,
	.fa{
		display: none !important;
	}

	/*------*/
	form{
		display: none !important;
	}
}