/* lt2_lt1_overrides.css */
/* 	These are rules that we're overriding from LT1 to LT2
	Put here in a single place so that we can later deal with them in a sane way
	Hopefully by changing html markup to more modern constructs.
 */



@media (max-width: 960px) {
	/* used on main group page */
	table.columnar td {
		display: block;
		width: 100% !important;
	}

}