.yearSummaryContent table{
    width: 100% !important;
    margin-bottom: 2rem !important;
}

.yearSummaryContent table:nth-of-type(1) tbody td, tbody td {
    padding: 1rem;
}

.yearSummaryContent tbody tr:nth-child(odd) {
    background-color: #f3e6dd !important;
}

.yearSummaryContent tbody tr:nth-child(even) {
    background-color: #e2d5cb !important;
}

.yearSummaryContent tbody tr td {
    text-align: center;
}

.yearSummaryContent table:nth-of-type(2) tr:nth-child(-n+2) {
    display: none;
}

.yearSummaryContent tbody tr:first-child, table:nth-of-type(2)  tbody tr:nth-child(-n+4) {
    background-color: #ac9c94 !important;
    font-weight: bold;
}