.table td {
        max-width: 13rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

#chartButtons .active {
        background-color: #405189 !important;
        color: #fff !important;
        border-color: #405189 !important;
    }
