/*Люди*/
#content .users{
    color: #3a3a3a;
    font-size: 12px;
    font-weight: 500;
}
#content .users a{
    color: #009FE3;
    text-decoration: underline;
}
#content .users .headr{
    border-radius: 6px 6px 0 0;
    box-shadow: 0 51px 18px -48px #FFF inset;
    overflow: hidden;
    padding: 20px 20px 16px;
}
#content .users .headr > div{
    background: none;
    font-size: 18px;
    color: #3e3e3e;
    vertical-align: bottom;
    float: right;
    text-align: center;
}
#content .users .headr .user_h{
    float: none;
    line-height: 20px;
    overflow: hidden;
    text-align: left;
    vertical-align: bottom;
}
#content .users .headr .stats_h{
    font-size: 13px;
    width: 15%;
    line-height: 20px;
    vertical-align: bottom;
    padding-top: 2px;
}
#content .users .user_item{
    overflow: hidden;
}
#content .users .user_item .avatar{
    padding: 0;
    float: left;
}
#content .users .user_item .avatar img{
    margin: 1px 15px 0 20px;
    height: 47px;
    width: 47px;

}
#content .users .user_item .user_row{
    border-top: 11px solid #fff;
    border-bottom: 	9px solid #fff;
    padding-right: 20px;
    height: 30px;
    background: #fff;
    padding-left: 20px;

}
#content .users .user_item .user_row > div{
    height: 30px;
}
#content .users .user_item .user{
    color: #009FE3;
    font-weight: 500;
    font-size: 12px;
    text-decoration: underline;
    float: left;
}
#content .users .user_item .user .user_box{
    position: relative;
}
#content .users .user_item .user a{
    color: #009FE3;
    font-weight: 500;
    font-size: 14px;
    text-decoration: underline;
    margin-left: 0;
    line-height: 15px;
}
#content .users .user_item .user .angle{
    left: 0px;
    bottom: -21px;
}
#content .users .user_item .stats_h {
    color: #585b63;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    border-left: 1px solid #ccc;
    float: right;
    width: 15%;
}

#content .users .last_rec{
    min-height: 35px;
    padding: 12px 20px;
}

#content .users .last_rec .caption{
    float: left;
    padding-right: 12px;
}
#content .users .last_rec .value{
    overflow: hidden;
}