#yearFilter {
	width: auto;
}
tr.product-announcements:nth-child(odd) {
    background-color: #dfeceb;
}

tr.product-announcements:nth-child(even) {
    background-color: #f0f6f6;
}

tr.funding-announcements:nth-child(odd) {
    background-color: #d9f3fd;
}

tr.funding-announcements:nth-child(even) {
    background-color: #f3fbff;
}

tr.mergers-acquisitions:nth-child(odd) {
    background-color: #fae5d6;
}

tr.mergers-acquisitions:nth-child(even) {
    background-color: #fef7f2;
}

tr.custom-table-group.dtrg-start.dtrg-level-0>th {
    color: #821e1e;
    font-size: 1.75rem;
    padding: 0.5em;
}
