#birthList .header {
	background-color: var(--color-bg-header);
	color: var(--color-white);
	font-weight: bold;
	text-align: left;
	font-size: 1rem;
	border-bottom: 2px solid var(--color-border-grey);
}

#birthList td {
	padding: 6px 10px;
	vertical-align: top;
}

#birthList tr.birthRow:hover {
	background-color: var(--color-bg-hover-light);
}

#birthList tr.birthRow td {
	border-bottom: 1px solid var(--color-border-light);
}

#birthList td:nth-child(2) {
	font-weight: bold;
	color: var(--color-text-generation);
}

.yearLabel {
	background-color: #6666ff;
	color:white;
}

.birthRow:nth-child(5n+0) {
	background-color: #ccccff;
}
.birthRow:nth-child(5n+1) {
	background-color: #d4d4ff;
}
.birthRow:nth-child(5n+2) {
	background-color: #ddddff;
}
.birthRow:nth-child(5n+3) {
	background-color: #e5e5ff;
}
.birthRow:nth-child(5n+4) {
	background-color: #eeeeff;
}
