

	.showTable{
		display:table;
	}
	td.showTable, td.hideTable{
		margin-right:5px;
	}
	.hideTable{
		display:none;
	}


