.user.b.nice {
  margin: 16px 0 0 0;
}
.user.b.nice .profile-photo {
  float: left;
  width: 60px;
  height: 60px;
  max-height: 96px;
}
@media only screen and (min-width: 992px) {
  .user.b.nice .profile-photo {
    width: 96px;
    height: 96px;
  }
}
.user.b.nice .profile-photo img {
  display: block;
  width: 100%;
  height: 100%;
}
.user.b.nice .description {
  margin: 8px 0 0 0;
}
.user.b.nice .detail {
  margin: 0 0 0 104px;
  height: 96px;
}
.user.b.nice .detail .detail-c {
  background-color: #f5f5f5;
  height: 60px;
}
.user.b.nice .detail .detail-c:before,
.user.b.nice .detail .detail-c:after {
  content: " ";
  display: table;
}
.user.b.nice .detail .detail-c:after {
  clear: both;
}
.user.b.nice .detail .detail-c .name {
  display: block;
  margin: 8px 0 4px 8px;
  font-weight: bold;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.user.b.nice .detail .detail-c .rank-icon {
  display: none;
}
@media only screen and (min-width: 992px) {
  .user.b.nice .detail .detail-c .rank-icon {
    display: block;
    margin: 0 0 0 8px;
  }
}
.user.b.nice .detail .detail-c .rank-icon .icon-name {
  display: none;
}
@media only screen and (min-width: 992px) {
  .user.b.nice .detail .detail-c .rank-icon .icon-name {
    display: block;
    margin: 0;
  }
}
.user.b.nice .detail .detail-c .summary {
  display: block;
  float: left;
  margin: 0;
  margin: 0 0 0 8px;
}
.user.b.nice .detail .detail-c .summary a {
  font-size: 10px;
  line-height: 16px;
  font-weight: normal;
}
.user.b.nice .detail .detail-c .summary > span {
  display: block;
  float: left;
  margin: 0 4px 0 0;
}
@media only screen and (min-width: 992px) {
  .user.b.nice .detail .detail-c .summary > span {
    margin: 0 8px 0 0;
  }
}
.user.b.nice .detail .detail-c .summary > span > a {
  display: block;
  color: #0070a8;
  text-decoration: none;
}
.user.b.nice .detail .detail-c .summary > span > a .unit {
  display: none;
}
.user.b.nice .detail .detail-c .summary > span > a:before {
  content: "";
  display: block;
  float: left;
  margin: 0px 0;
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background-image: url("../../../common/images/sprites-16.png");
  background-size: 480px 144px;
  background-repeat: no-repeat;
}
.user.b.nice .detail .detail-c .summary > span > a.number-of-reviews:before {
  background-position: -96px -32px;
}
.user.b.nice .detail .detail-c .summary > span > a.number-of-photos:before {
  background-position: -272px 0px;
}
.user.b.nice .detail .detail-c .summary > span > a.number-of-followers:before {
  background-position: -304px 0px;
}
.user.b.nice .detail .detail-c .summary > span > a.number-of-topics:before {
  background-position: -320px -32px;
}
.user.b.nice .detail .buttons-c {
  margin: 8px 0 0 0;
}
.user.b.nice .detail .buttons-c .edit {
  float: left;
}
.user.b.nice .detail .buttons-c .edit .button {
  display: block;
}
.user.b.nice .detail .buttons-c .follows {
  float: left;
}
.user.b.nice .detail .buttons-c .follows form {
  float: left;
}
.user.b.nice .detail .buttons-c .follows form .button {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 2px;
  width: 90px;
}
@media only screen and (min-width: 992px) {
  .user.b.nice .detail .buttons-c .follows form .button {
    padding: 4px;
    width: 124px;
  }
}
.user.b.nice .detail .buttons-c .follows form .button:focus {
  outline: none;
}
.user.b.nice .detail .buttons-c .follows form.mouse-leaved:hover .button {
  display: inline-block;
}
.user.b.nice .detail .buttons-c .follows form.unfollow-form .button {
  display: inline-block;
}
.user.b.nice .detail .buttons-c .follows form.unfollow-form.mouse-leaved:hover .button:before {
  display: none;
}
