/* temp fix for multitables */

@media (min-width: 601px) {
	#contentarea .grid {
		table-layout: fixed;
		word-wrap: break-word;
	}	
}