.dt-container {
	overflow-x: scroll;
	font-size: 1.4rem;
}

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

@media (max-width: 959px) {
	.dt-container {
		width: 90vw;
	}
}