.rating {
  background: url(../images/rating.png) left top no-repeat;
  display: inline-block;
  height: 12px;
}
.rating.rate5 {width: 68px;}
.rating.rate4 {width: 55px;}
.rating.rate3 {width: 41px;}
.rating.rate2 {width: 28px;}
.rating.rate1 {width: 14px;}
.rating.rate0 {width: 0px;}
.black {color: #000;}
.icon-btn-close {
    width: 21px;
    height: 20px;
    background-position:-42px -78px;
}

.ind-top-20 {padding-top: 20px;} 
.ind-bottom-20 {padding-bottom: 20px;}
.ind-right-20 {padding-right: 20px;}
.ind-top-15 {padding-top: 15px;}
.border-right-dotted {border-right: 1px dotted #cfcfcf;}

#user-avatar-file {
    margin-top: -36px; opacity: 0; display: inline; float: left;
}
#user-avatar-file input[type=file] {
    width: 363px; height: 35px;
}
.user-data .control-group .counter {
    float: right;
}
.two-columns li {
    display: inline-block;
    width: 390px;
}

.tooltiped-collection {
    position: relative;
}
.tooltiped-collection .user-tooltip {
    position: absolute;
    top: 0;
    right: 0;
}
