@media print{
	.header{
		display:none;
	}
	.navbar{
		display:none;
	}	
	.header-logo{
		display:none;
	}	
	.header-info{
		display:none;
	}
	.footer{
		display:none;
	}
	.breadcrumb{
		display: none;
	}
	.breadcrumb{
		display: none;
	}
	.btn{
		display: none;
	}
	.table{
		width: 100%;
		border: solid 1px #eee;
	}
	.table th{
		font-weight: bold;
		text-align: center;
	}
	.table td{
		text-align: center;
	}
	.title{
		font-weight: bold;
		float: left;
		width: 100%;
	}
	.col-sm-8{
		float: left;
		width: 59%;
	}
}