table.mrca-result-interpretation-table th,
table.mrca-result-interpretation-table td {
	padding: 0.3rem;
}
table.mrca-result-interpretation-table th:not(:nth-child(1)),
table.mrca-result-interpretation-table td:not(:nth-child(1)) {
	border-left: 1px solid var(--mrca-table-border-color);
}
table#result-interpretation-table1 tr:first-child th:not(:first-child),
table#result-interpretation-table1 tr:not(:first-child) th:nth-child(n+4):nth-child(-n+9),
table#result-interpretation-table1 td:nth-child(n+4):nth-child(-n+9),
table#result-interpretation-table2 tr:first-child th:not(:first-child),
table#result-interpretation-table2 tr:not(:first-child) th:nth-child(4),
table#result-interpretation-table2 td:nth-child(4),
table#result-interpretation-table2 tr:not(:first-child) th:nth-child(7),
table#result-interpretation-table2 td:nth-child(7),
table#result-interpretation-table2 tr:not(:first-child) th:nth-child(10),
table#result-interpretation-table2 td:nth-child(10) {
	border-left: 1px solid #b3b3b3;
}
table#result-interpretation-table1 td:nth-child(2),
table#result-interpretation-table2 td:nth-child(2) {
	white-space: nowrap;
}
.mrca-heterozygous-duplication {
	color: rgba(35, 103, 165, 1);
	font-weight: 600;
}
.mrca-heterozygous-deletion,
.mrca-homozygous-deletion {
	color: rgba(234, 0, 0, 1);
	font-weight: 600;
}
.mrca-homozygous-deletion {
	background-color: rgba(234, 0, 0, 0.05);
}
