/* grids, templates, columns, tables */
@import url("print_structure.css");

/* fonts, sizes, and colours */
@import url("typography.css");

/* forms, inputs, buttons etc. */
@import url("forms.css");

/* Heading tags, lists (bullets etc.), other content related tags */
@import url("content.css");
.details .spacer {
	width:12%;
}
#col1-2-3-4 td {
	width:100%;
	display:block;
	clear:both;
	float:none;
}
#content #col1-2-3-4 td.tableCol2 {
	padding-top:0;
	display:table;
	clear:both;
	width:100%;
}
#content #col1-2-3-4 table.dontFix td {
	display:table-cell;
	width:20%;
	clear:none;
	float:inherit;
	vertical-align:top;
}
.corporate #content #col1-2 {
	width:100%;
	display:block;
	float:none;
	clear:both;
}
.corporate #content #col3-4 {
	width:100%;
	display:block;
	float:none;
	clear:both;
}