.tablepress {
	border: 1px solid #EEE8E9; /* Change table border to red */
}

.tablepress th {
	background-color: #EEE8E9; /* Change header background to red */
	color: white; /* Optional: Change header text color to white */
}

.tablepress td {
	border: 1px solid #EEE8E9; /* Change cell borders to red */
}

.tablepress tbody tr:hover {
	background-color: #ffcccc; /* Optional: Light red on row hover */
}