.tablepress tfoot th,
.tablepress thead th {
	background-color: #859B8F;
}

@media screen and (max-width: 475px) {

	.tablepress {
		display: flex;
		flex-wrap: wrap;
		margin: 0 0 3em 0;
		padding: 0;
		overflow-x: scroll;
	}

	.tablepress th,
	tr {
		box-sizing: border-box;
		flex-grow: 1;
		width: 100%;
		padding: .8em 1.2em;
		overflow: hidden;
	}

}