@media print,screen {
	.ie_fix .entry-content table.IEmax {
		table-layout: fixed;
		width: 90%;
	}
	.ie_fix .entry-content table.IEmax img {
		max-width: 100%;
		height: auto;
	}
}
