.table-container {
	overflow-x: auto;
	margin-top: 2.5em;
	margin-bottom: 2.5em;
	max-width: 100%;
	min-width: 0;
	-webkit-overflow-scrolling: touch;
}

@media (max-width: 768px) {
	.table-container {
		margin-top: 1.75em;
		margin-bottom: 1.75em;
	}
}
