/* Custom CSS for bolding text in the first column of tablepress tables */
.bold-column-1 .column-1 {
	font-weight: bold;
}

.tablepress.custom-align .column-2,
.tablepress.custom-align .column-3 {
	text-align: center;
}