div.tableContainer {overflow: visible;	}
table>tbody	{overflow: visible; }
thead	{display: table-header-group;	}
tfoot	{display: table-footer-group;	}
thead th, thead td	{position: static; } 
tfoot th, thead td	{position: static; } 
