.entry-content .tablepress-scroll-wrapper,
.entry-content table.tablepress {
	display: block;
	overflow-x: auto;
	max-width: 100%;
	width: 100% !important;
}

.tablepress th,
.tablepress td {
	white-space: nowrap;
}