/* Shared news article page styles */
.news-article-table-bordered tbody,
.news-article-table-bordered td,
.news-article-table-bordered tfoot,
.news-article-table-bordered th,
.news-article-table-bordered thead,
.news-article-table-bordered tr,
.news-content tbody,
.news-content td,
.news-content tfoot,
.news-content th,
.news-content thead,
.news-content tr,
tbody,
td,
tfoot,
th,
thead,
tr {
	border-width: 2px;
	border-style: solid;
	border-color: black;
}