@media print {
	body {
		margin: 0 !important;
		padding: 0 !important;
		min-width: 768px;
	}
	
	.container {
		width: auto;
		min-width: 750px;
	}
	
	div,p,h4,table,tr,td,ul,li,dt,dd {
		font-size:13px !important;
		font-weight: normal !important;
	}
	
	.col-md-6 {
		width:50%;
	}
	
	.col-md-12 {
		width:100%;
	}
	
	img {
		width:80%;
	}
	
	.print_title {
		font-size:25px !important;
	}
	
	.tab-content .desc_txt .point_txt h4.tit:before {
		display: block;
		content: "";
		position: absolute;
		left: 0;
		top: 4px;
		width: 8px;
		height: 8px;
		border-radius: 8px;
		background-color: #cf1e28;
	}
}