/* Align all 4-column TablePress tables */
.tablepress {
	table-layout: fixed;
	width: 100%;
}

.tablepress td,
.tablepress th {
	vertical-align: middle;
}

/* Column widths */
.tablepress .column-1 {
	width: 38%;
}

.tablepress .column-2,
.tablepress .column-3,
.tablepress .column-4 {
	width: 20.66%;
}