.tablepress thead th,
.tablepress tfoot th {
	background-color: #1659bf;
	color: #ffffff;
	font-size: 14px;
}

.tablepress a,
.tablepress a:hover {
	color: #000000;
}

.tablepress thead .sorting_asc,
.tablepress thead .sorting_desc,
.tablepress thead .sorting:hover {
	background-color: #a4c4f4;
}

.tablepress .odd td {
	background-color: #ffffff;
}

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

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

.tablepress-id-1 tbody td {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}

.tablepress-id-1 .column-1 {
	width: 60%;
}

.tablepress-id-1 .column-2 {
	width: 30%;
}

.tablepress-id-1 .column-3 {
	width: 10%;
	text-align: center !important;
}

.tablepress-id-2 tbody td {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}

.tablepress-id-2 .column-1 {
	width: 60%;
}

.tablepress-id-2 .column-2 {
	width: 30%;
}

.tablepress-id-2 .column-3 {
	width: 10%;
	text-align: center !important;
}

.tablepress-id-3 tbody td {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}

.tablepress-id-3 .column-1 {
	width: 10%;
	text-align: center !important;
}

.tablepress-id-3 .column-2 {
	width: 60%;
}

.tablepress-id-3 .column-3 {
	width: 10%;
	text-align: center !important;
}

.tablepress-id-3 .column-4 {
	width: 10%;
	text-align: center !important;
}

.tablepress-id-3 .column-5 {
	width: 10%;
	text-align: center !important;
}