.tier_list_card {
    text-align: center;
}

.tier_list_card:hover {
    background: #e8e7e7;
}

#fancy_section .cs-color .table-th:last-child {
    background-color: var(--primary);
}

.active_tier_color {
    background-color: #3a3a3a!important;
}

.active_tier_column_color {
    background-color: #e5fdf5;
}