
.my-table {
	margin-top: 30px;
	font-size: 1rem;
}
.my-table th {
	background: #eee;
}
.my-table .year-header td {
	background: #fafafa;
	color: #333;
}
.my-table h5 {
	margin: 8px 0;
}
.my-table tr td:first-child {
	white-space: nowrap;
}
.my-table td:has(a) {
	padding: 0;
}
.my-table tr td:nth-child(2) a {
	display: block;
	padding: 8px;
	text-decoration: none;
	color: #046b99;
}
.my-table tr td:nth-child(2) a:not(:last-child) {
	border-bottom: 1px dashed #dee2e6;
}
.my-table tr td:nth-child(2) a:hover {
	background: #fafafa;
	color: #094b6a;
}
.my-table tr td:nth-child(4) {
	color: #666;
}
