.stats {
    width: 540px;
    margin-top: 46px;
}

.stats:nth-child(2) {
    margin-left: 32px;
}

.table__last>table {
    margin-top: 46px;
    margin-left: 32px;
}

.table__content {
   display: flex;
   flex-direction: row;
}

.grey {
    color: #A0A3BD;
}

.head__stats th:nth-child(1){
    width: 182px;
}

.head__stats th:nth-child(2){
    width: 60px;
    padding-left: 0px;
    padding-right: 0px;
}

.head__stats th:nth-child(3){
    width: 70px;
    padding-right: 0px;
}

.head__stats th:nth-child(4){
    padding-left: 0px;
    padding-right: 40px;
}

.head__stats th:nth-child(3)::before{
    content: '';
    padding: 1px 9px;
    margin-right: 4px;
    border-radius: 4px;

    background: #2E6C9A;;
}

.head__stats th:nth-child(4)::before{
    content: '';
    padding: 1px 9px;
    margin-right: 4px;
    border-radius: 4px;

    background: #6590C3;;
}

.head__stats th:nth-child(4){
    width: 70px;
}

.body__stats th{
    color: #080A3E;
}

.body__stats tr:hover p{
    color: white;
}
