/*--------------------------------------------------------------
	Tablepress table
--------------------------------------------------------------*/

.tablepress thead th {
	background-color: #AC3E5B;
	border-bottom: 0;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
}

#primary .tablepress h2 {
	background-color: #7cbfb7;
	color: #fff;
	text-align: center;
	font-weight: 700;
	margin: -8px;
	padding: 10px;
	font-size: 34px;
	line-height: 1.2;
}

#primary .tablepress h3 {
	background-color: #7cbfb7;
	margin: -12px -8px -8px -8px;
	padding: 5px 10px 12px 10px;
	color: #fff;
	text-transform: inherit;
	text-align: center;
	font-weight: 300;
	font-style: italic;
	line-height: 1.3;
}