.vleauge2-table-wrapper {
    background-color: #fff;
    margin: 40px 0 0;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}

.vleauge2-table-wrapper .table-striped {
    width: 100%;
}

.vleauge2-table-wrapper .table-striped thead th a {height: 30px;line-height: 28px;font-size: 14px;color: #111;font-weight: bold;text-decoration: none;}



.vleauge2-table-wrapper .table-striped thead {
    background-color: #e5e5e5;
}

.vleauge2-table-wrapper .table-striped tbody td {
    text-align: center;
    vertical-align: middle;
    padding: 10px 0;
    font-size: 13px;
}

.vleauge2-table-wrapper .table-striped tbody td.ranking-cell-title {
    text-align: left;
    display: flex;
    align-items: center;
}

.vleauge2-table-wrapper .table-striped tbody td.ranking-cell-title a {
    font-size: 13px;
    color: #333;
    text-decoration: none;
    display: block;
    margin-right: 10px;
}

@media screen and (max-width: 768px) {
    .vleauge2-table-wrapper {
        margin: 0
    }
    .vleauge2-table-wrapper .table-striped thead th:nth-of-type(7), .vleauge2-table-wrapper .table-striped thead th:nth-of-type(9), .vleauge2-table-wrapper .table-striped thead th:nth-of-type(10), .vleauge2-table-wrapper .table-striped thead th:nth-of-type(11) {
        display: none;
    }

    .vleauge2-table-wrapper .table-striped tbody td:nth-of-type(7), .vleauge2-table-wrapper .table-striped tbody td:nth-of-type(9), .vleauge2-table-wrapper .table-striped tbody td:nth-of-type(10), .vleauge2-table-wrapper .table-striped tbody td:nth-of-type(11) {
        display: none;
    }
}
