.tablepress .sorting:hover,
.tablepress .sorting_asc,
.tablepress .sorting_desc {
	background-color: #A9A9A9;
	color: white;
}

.tablepress tfoot th,
.tablepress thead th {
	background-color: #1c3f94;
	color: white;
	font-weight: 700;
	vertical-align: middle;
}

/* Table 3 Abstracts */
.tablepress-id-3 .column-1 {
	width: 55%;
}

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

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

.tablepress-id-3 .column-4 {
	width: 10%;
}

/* Table 4 Papers */
.tablepress-id-4 .column-1 {
	width: 55%;
}

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

.tablepress-id-4 .column-3 {
	width: 15%;
}

.tablepress-id-4 .column-4 {
	width: 10%;
}

/* Table 5 Completed Studies */
.tablepress-id-5 .column-2 {
	width: 15%;
}

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

/* Table 6 Current Studies */
.tablepress-id-6 .column-1 {
	width: 70%;
}

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

/* Table 9 PRCSG Members */
.tablepress-id-9 .column-1 {
	width: 30%;
}

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

.tablepress-id-9 .column-3 {
	width: 25%;
}

/* Table 8 Abstracts */
.tablepress-id-8 .column-1 {
	width: 55%;
}

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

.tablepress-id-8 .column-3 {
	width: 15%;
}

.tablepress-id-8 .column-4 {
	width: 10%;
}