.tablepress {
	width: 100%;
}

.tablepress .row-hover tr td.column-1 {
	width: 33%;
}

.tablepress .row-hover tr td.column-2 {
	width: 33%;
}

.tablepress .row-hover tr td.column-3 {
	width: 33%;
}

.tablepress thead tr th {
	font-size: 16px;
	padding: 18px 20px 18px 8px;
	font-weight: 400;
	line-height: 28px;
	background: #4ecbc3;
	color: #eee;
}

.tablepress .row-hover tr td[colspan="2"] {
	background: #7bd2cb;
	color: #eee;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}