.header, .footer, .breadcrumb, .navigation, .sidebar, .tableContainer tfoot td{
	display: none;
}
body, .content{
	padding: 0;
}
.content{
	height: auto;
	background: #fff;
	padding-top: 0;
}
.content.home{
	height: 730px;
	padding-top: 18px;
}
.main{
	height: auto !important;
	float: none !important;
	overflow: visible !important;
}
.tableContainer{
	max-height: inherit !important;
	overflow: visible !important;
}