.AccountBuySell .img {
    width: 70%;
}

.AccountBuySell .row-fix {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
}

.AccountBuySell .category {
    padding: 7px;
    text-align: center;
}

.AccountBuySell .text {
    margin-top: 5px;
    display: block;
}

.AccountBuySell .set-h{
    padding-top: 10px;
    height: 140px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.AccountBuySell .border-lr{
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.AccountBuySell .div-info {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #3a3d4b;
    color: white;
}

.AccountBuySell .name {
    margin-top: 5px;
    display: block;
    text-align: center;
    font-size: 1.1em;
    font-weight: bold;
}

.AccountBuySell .email {
    display: block;
    text-align: center;
}

.AccountBuySell .phone {
    display: block;
    text-align: center;
}

.AccountBuySell .avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%!important;
}