body.single-news table.table.table-light {
	min-width: 580px;
}
body.single-news table.table.table-light tr.border-0,
body.single-news table.table.table-light tr td.border-0,
body.single-news table.table.table-light tr th.border-0 {
    border: 0;
}

body.single-news table.table.table-light tr td,
body.single-news table.table.table-light tr th {
	color: #333;
	border-bottom-color: #333;
	border-top-color: #333;
	line-height: 20px;
	font-size:16px;
}
body.single-news table.table.table-light tr td:not(:first-child),
body.single-news table.table.table-light tr th:not(:first-child) {
	text-align: center;
}

body.single-news table.table.table-light tr td small,
body.single-news table.table.table-light tr th small{
	color: #333;
	border-bottom-color: #333;
	border-top-color: #333;
	line-height: 20px;
	font-size:16px;
}

body.single-news td,
body.single-news th {
	padding: 5px;
}

body.single-news tbody td {
	border-width: 0;
}

body.single-news table.table.table-light tr.border-top-0,
body.single-news table.table.table-light tr td.border-top-0,
body.single-news table.table.table-light tr th.border-top-0 {
	border-top: 0;
}

body.single-news table.table.table-light tr td.dollar-cell + td.amount-cell {
	text-align: left;
}

