table.smartcondoplans-building-info-table tbody>tr:nth-child(odd)>td, table.smartcondoplans-building-info-table tbody>tr:nth-child(odd)>th{
    background-color: #fff !important;
}
.smartcondoplans-building-info-table tr:not(.sc-open):hover td{
    background-color: var(--user-interaction) !important;
}
table tbody tr:hover>td, table tbody tr:hover>th{
    background-color: inherit !important;
}