.bm-statistics .table {
    margin-bottom: 0;
}

.bm-statistics .table tbody > tr:not(:last-child) {
    border-bottom: 1px dashed #ebedf2;
}

.bm-statistics .table tbody > tr > td {
    color: #9699a2;
    border: 0;
    font-size: 1.1rem;
    font-weight: 500;
    vertical-align: middle;
    min-height: 75px;
    margin: 16px 0;
}

.bm-statistics .table tbody > tr .bm-statistics__desc {
    display: block;
    font-size: .85rem;
}

.bm-statistics .table tbody > tr .bm-statistics__title {
    color: #575962;
    font-size: 1.1rem;
    font-weight: 500;
    display: block;
}

#backlinksTable td,
#backlinksTable th {
    vertical-align: middle;
}

#backlinksTable th::after {
    display: inline-block;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    margin-left: 4px;
}

#backlinksTable th[data-direction='asc']::after {
    content: '\f107';
}

#backlinksTable th[data-direction='desc']::after {
    content: '\f106';
}