.tablepress-id-1 td.column-2 {
	background-color: #e9fce9;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.tablepress {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
		width: 100%;
	}

	.tablepress td,
	.tablepress th {
		white-space: nowrap;
	}
}

/* Adjust column widths */
.tablepress-id-1 td.column-1,
.tablepress-id-1 th.column-1 {
	width: 15%; /* Column 1 gets 20% of the total width */
}

.tablepress-id-1 td.column-2,
.tablepress-id-1 th.column-2 {
	width: 25%; /* Column 2 gets 30% */
}

.tablepress-id-1 td.column-3,
.tablepress-id-1 th.column-3 {
	width: 20%; /* Column 3 gets 50% */
}

.tablepress-id-1 td.column-4,
.tablepress-id-1 th.column-4 {
	width: 20%; /* Column 2 gets 30% */
}

.tablepress-id-1 td.column-5,
.tablepress-id-1 th.column-5 {
	width: 20%; /* Column 3 gets 50% */
}