.tablepress thead th,
.tablepress tfoot th {
	background-color: rgba(238,161,25,1);
	color: #ffffff;
}

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

.tablepress {
	border: 2px solid #eeeeee !important;
	border-radius: 10px !important;
}

.tablepress tr {
	border: 1px solid #eeeeee !important;
}

.tablepress .column-1 {
	border-right: 1px solid #eeeeee !important;
	width: 50%;
}

.tablepress .column-2 {
	width: 50%;
}

.tablepress thead .column-1 {
	border: none !important;
}

.tablepress thead {
	border-top: 2px solid rgba(238,161,25,1) !important;
	border-left: 2px solid rgba(238,161,25,1) !important;
	border-right: 2px solid rgba(238,161,25,1) !important;
}