td {
	text-align: left !important;
	padding: 15px !important;
	font-weight: 700;
}

tr.row-1.odd td {
	background-color: #9bafa3 !important;
	color: #fff !important;
	text-transform: uppercase;
}

.tablepress tfoot th,
.tablepress thead th {
	background-color: #ea5548;
	font-weight: 700;
	vertical-align: middle;
	padding: 15px !important;
	color: #fff !important;
	text-transform: uppercase;
	text-align: center !important;
}

@media (min-width: 320px) {
	.portus-main-article-block {
		font-size: 7px !important;
	}

	td {
		padding: 10px 10px 5px 15px !important;
	}
}

@media (min-width: 411px) {
	.portus-main-article-block {
		font-size: 9px !important;
	}

	td {
		padding: 15px 15px 10px 15px !important;
	}
}

@media (min-width: 529px) {
	.portus-main-article-block {
		font-size: 9px !important;
	}

	td {
		padding: 15px 15px 10px 15px !important;
	}
}

@media (min-width: 599px) {
	.portus-main-article-block {
		font-size: 14px !important;
	}

	td {
		padding: 15px 15px 10px 15px !important;
	}
}