.dashboard-table.dashboard thead tr th:first-child, .dashboard-table.dashboard tbody tr td:first-child {
	width: auto;
}

.dashboard-table thead tr th:last-child, .dashboard-table tbody tr td:last-child {
	width: auto;
}

.dashboard-table tbody td.tbl-subheader {
	background-color: #ff6921;
	pointer-events: none;
	font-weight: bold;
}

.dashboard-table.dns-audit-table {
	width: 100%;
}