th {
    border-top: 5px solid white;
}

.table__head .pl {
    padding-left: 29px;
}

.table__head .pr {
    padding-right: 44px;
}

.table__body tr:hover th{
    cursor: pointer;
    background: #768CFF;
    color: white;
}

.stats .table__body th:nth-child(3){
    text-align: start;
}

.table__header {
    font-weight: 400;
    font-size: 21px;
    line-height: 25px;
    width: 50%;

    color: #4F506E;
    margin: 24px 0 16px 405px;
}

.table__header:first-child {
    margin-top: 92px;
}

.table {
    width: 1110px;
    margin-left: 405px;

    border-collapse: collapse;
}

.table__head {
    height: 64px;
    text-align: right;

    background: #ECF2F9;
}

.table__head th {
    width: 60px;
    padding: 0px 16px;
    color: #080A3E;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;

    text-align: right;
}

.table__head th:nth-child(1) {
    width: 40px;
    text-align: left;
}

.table__head th:nth-child(3) {
    width: 81px;
}

.table__head th:nth-child(6) {
    width: 74px;
}

.table__head th:nth-child(7) {
    width: 84px;
}

.table__body {
    background: #F5F9FD;
}

.table__body th {
    font-weight: 400;
    font-size: 14px;
    padding: 16px;


    color: #4F506E;
    text-align: right;
}

.table__body th:first-child {
    text-align: left;
    width: 73px;
}

.background {
    background: #CFDFEF;
}