
			.portlet-body {
			overflow-x: auto !important;
			overflow-y: hidden;
			-webkit-overflow-scrolling: touch;
			}

			.portlet-body > table {
			width: 100%;
			white-space: nowrap !important;
			table-layout: auto;
			display: block;
			}
