main.ndc-stats table * {
    position: relative;
    text-align: left;
}

main.ndc-stats table th, main.ndc-stats table td {
    padding: 10px 30px;
}

main.ndc-stats table > thead > tr > th:first-child, main.ndc-stats table > tbody > tr > td:first-child {
    padding-left: 0px;
}

main.ndc-stats > section.ndc-stats-column:first-child table > tbody td {
    border-bottom: none;
}

main.ndc-stats table > thead > tr > th:last-child, main.ndc-stats table > tbody > tr > td:last-child {
    text-align: right;
    padding-right: 0px;
}

.nd-course-section-navigation-stats-row-v2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    /* padding: 6px 0px; */
}

.nd-course-section-navigation-stats-row-v2-wrap hr {
    margin: 12px 0 !important;
}

.nd-course-section-navigation-stats-row-v2 > div {
    margin: 6px 12px;
}

.nd-course-section-navigation-stats-row-v2 > div, .nd-course-section-navigation-stats-row-v2 > div > * {
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

section.ndc-stats-column {
    width: 100vw;
    position: relative;
    left: -webkit-calc(-50vw + 50%);
    left: -moz-calc(-50vw + 50%);
    left: calc(-50vw + 50%);
    padding: 0px 20px;
}

section.ndc-stats-column > * {
    max-width: 1920px;
    min-width: 1170px;
    margin: auto;
}

table.ndc-stats-column-table {
    width: unset;
}