.tablepress .column-1 {
	white-space: nowrap;
	width: 15%;
}

.tablepress .column-2 {
	width: 15%;
	white-space: nowrap;
}

.tablepress .column-3 {
	width: 25%;
	white-space: nowrap;
}

.tablepress .column-4 {
	width: 45%;
	white-space: nowrap;
}

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

	.tablepress .column-1 {
		white-space: nowrap;
		width: 10%;
	}

	.tablepress .column-2 {
		width: 20%;
		white-space: nowrap;
	}

	.tablepress .column-3 {
		width: 20%;
		white-space: nowrap;
	}

	.tablepress .column-4 {
		white-space: normal;
	}

}