.line.my-connect-line {
    width: 112px;
}

.my-connect__tbl .head__tbl .bth__cell {
    padding: 5px 7px;
}

.my-connect__tbl .head__tbl .bth__cnt {
    color: #999;
    font-size: 12px;
}

.my-connect__tbl .bth__cell {
    border-bottom: 1px solid #ccc;
    padding: 7px;
    vertical-align: top;
}

.my-connect__tbl .bth__cell:nth-child(2) {
    width: 250px;
}

.my-connect__tbl .bth__cell:nth-child(3) {
    width: 150px;
}

.my-connect__tbl .bth__cell:last-child {
    text-align: right;
    width: 150px;
}

.my-connect__user-ava {
    display: inline-block;
    vertical-align: top;
    width: 70px;
    height: 70px;
    margin-right: 7px;
    border-radius: 2px;
    overflow: hidden;
    border: 1px solid #ccc;
}

.my-connect__user-info {
    display: inline-block;
    vertical-align: top;
}

.my-connect__user-info .bth__cnt,
.my-connect__user-info .bth__link.user-name {
    display: block;
    white-space: nowrap;
    max-width: 210px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.send-msg {
    color: #318cc6;
    font-size: 30px;
}

.block-msg {
    color: #999;
    font-size: 30px;
}

.my-connect__search-close {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 12px;
    height: 12px;
    background: url(/i/close-12x12.png) no-repeat;
    cursor: pointer;
}

.my-connect__search-close:hover {
    background: url(/i/close-12x12-red.png) no-repeat;
}

.num-user {
    position: absolute;
    right: 0;
    top: -24px;
}

.filter-my-connections .filter-big__top {
    margin-bottom: 10px;
}

.my-connections__user {
    display: block;
    margin-top: 20px;
}

.my-connections__user-ava {
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 50px;
    margin-right: 7px;
    border-radius: 2px;
    box-shadow: 0px 0px 0px 1px #ccc;
}

.my-connections__user-info {
    display: inline-block;
    vertical-align: top;
    margin-top: -4px;
}

@media screen and (max-width: 1279px) {
    .my-connect__tbl .bth__cell:nth-child(2) {
        width: 195px;
    }

    .my-connect__tbl .bth__cell:nth-child(3) {
        width: 125px;
    }

    .my-connect__tbl .bth__cell:last-child {
        text-align: right;
        width: 115px;
    }
}

@media screen and (max-width: 1023px) {
    .my-connect__user-info .bth__cnt,
    .my-connect__user-info .bth__link.user-name {
        max-width: 185px;
    }
}

@media screen and (max-width: 768px) {
    .my-connect__tbl .bth__row {
        display: block;
        position: relative;
    }

    .my-connect__tbl .bth__cell {
        display: block;
        border-bottom: none;
        padding: 5px 0;
    }

    .my-connect__tbl .head__tbl {
        display: none;
    }

    .my-connect__tbl .bth__cell:first-child {
        padding-top: 10px;
    }

    .my-connect__tbl .bth__cell:nth-child(2) {
        width: 100%;
    }

    .my-connect__tbl .bth__cell:nth-child(3) {
        width: 100%;
        border-bottom: 1px solid #ccc;
        padding-bottom: 7px;
    }

    .my-connect__tbl .bth__cell:last-child {
        position: absolute;
        right: 0;
        top: -3px;
    }

    .num-user {
        display: block;
        position: relative;
        top: auto;
        right: auto;
        margin-top: 10px;
    }
}

@media screen and (max-width: 750px) {
    .my-connect-tbl.bth__table-wrap table.bth__table tbody tr td:last-of-type{
        padding-bottom: 15px;
    }

    .my-connect-tbl.bth__table-wrap table.bth__table tbody tr td:nth-child(2) {
        border: none;
    }

    .my-connect-tbl .bth__table-show-750 {
        width: 100%;
    }
}

@media screen and (max-width: 479px) {
    .my-connect__user-info {
        display: block;
        margin-top: 7px;
    }

    .my-connect__user-info .bth__cnt,
    .my-connect__user-info .bth__link.user-name {
        max-width: 100%;
        white-space: normal;
    }    .my-connect-tbl.bth__table-wrap table.bth__table tbody tr td:nth-child(1) .bth__bold-link{
             max-width: 155px;
             overflow: hidden;
             text-overflow: ellipsis;
             white-space: nowrap;
             display: inline-block;
             vertical-align: bottom;
         }.my-connect-tbl.bth__table-wrap table.bth__table tbody tr td:nth-child(2) .bth__bold-link{
              max-width: 210px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;
              display: inline-block;
              vertical-align: bottom;
          }
}