/*table.deliverables-table .row-3 .column-6 {
	border-color: red;
}*/
table.deliverables-table tbody tr td,
table.deliverables-table tbody tr:nth-child(2n) td {
	background: #dcdcdc;
	border: 1px solid #dcdcdc;
	color: #444444;
	font-style: italic;
}

table.deliverables-table tbody tr td:has(a),
table.deliverables-table tbody tr:nth-child(2n) td:has(a) {
	border-color: #000000;
	background-color: #008a00;
	color: #ffffff;
	padding: 0;
}

table.deliverables-table tbody tr td:nth-child(2n):has(a) {
	background-color: #005172;
}

/*
table.deliverables-table tbody tr td:not(:has(a)):not(:empty),
table.deliverables-table tbody tr:nth-child(2n) td:not(:has(a)):not(:empty) {
	background-color: #dcdcdc;
	border-color: #dcdcdc;
	color: #444444;
	font-style: italic;
}*/
table.deliverables-table tbody tr td:empty {
	background: transparent;
	border-color: transparent;
}

table.deliverables-table th,
table.deliverables-table td {
	text-align: center;
}

table.deliverables-table tbody tr td a {
	color: inherit;
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 2px;
}

table.deliverables-table tbody tr td a:hover {
	background: #FFFFFF80;
}

table.deliverables-table {
	border-spacing: 16px 8px;
	border-collapse: separate;
	table-layout: fixed;
	height: fit-content;
}