.og-chart-table {
    &.end-chart {
        table {
            width: 100% !important;
            table-layout: fixed;
        }
    }

    table {
        border-radius: 4px;
        overflow: hidden;

        thead {
            background: #6576C5 !important;
            color: white !important;
            border-bottom: 2px solid #2A458D !important;
        }

        tr,
        td,
        th {
            border-color: #2A458D !important;
            border: 2px solid #2A458D !important;
        }

        th {
            width: 33.3333%;
        }

        td,
        th {
            padding: 10px 12px 10px 12px !important;
        }

        td:nth-child(1) {
            background-color: #FCF8E3;
        }
    }

}