.tablepress .row-2 .column-3 {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: blue;
}

.tablepress .row-2 .column-4 {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: red;
}

.tablepress .row-2 .column-5 {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: green;
}

.tablepress .row-1 .column-3 {
	text-align: center;
}

.tablepress thead th,
.tablepress tbody td {
	border-style: solid;
	border-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-color: black;
}