.tablepress thead th,
.tablepress tfoot th {
	text-align: center;
	background-color: transparent;
	color: #666666;
}

.tablepress,
.tablepress tr,
.tablepress tbody td,
.tablepress thead th,
.tablepress tfoot th {
	border: none;
}

.tablepress tbody td {
	text-align: center;
	color: #666666;
}

.tablepress .column-1 {
	font-weight: bold;
	text-align: right;
	color: #666666;
}

.tablepress .odd td {
	background-color: transparent;
}

.tablepress .even td {
	background-color: #f0f0f0;
}

.tablepress .row-hover tr:hover td {
	background-color: #ffffff;
}