.comment.b {
  position: relative;
  padding: 8px;
}
.comment.b .user.b {
  display: block;
  width: 30px;
  height: 30px;
  float: left;
}
.comment.b .user.b .profile-photo {
  display: block;
}
.comment.b .user.b .profile-photo img {
  display: block;
  width: 100%;
  height: 100%;
}
.comment.b .name {
  display: block;
  float: left;
  margin: 0 0 0 8px;
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
}
.comment.b .rank-icon {
  display: block;
  float: left;
  margin: 0 8px 0 8px;
}
.comment.b .rank-icon .icon-name {
  display: none;
}
@media only screen and (min-width: 992px) {
  .comment.b .rank-icon .icon-name {
    display: block;
  }
}
.comment.b .time {
  display: block;
  float: none;
  margin: 0 0 0 8px;
  font-size: 12px;
  line-height: 20px;
  color: #cfcfcf;
}
.comment.b form.delete-form {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 16px;
  height: 16px;
  display: none;
}
.comment.b form.delete-form .button {
  border: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
  text-indent: -9999px;
  width: 16px;
  height: 16px;
  background-image: url("../../../common/images/sprites-16.png");
  background-size: 480px 144px;
  background-repeat: no-repeat;
  background-position: -240px 0;
  background-repeat: none;
  cursor: pointer;
  box-shadow: none;
}
.comment.b form.delete-form .button:hover {
  background-position: -240px -16px;
}
.ie7 .comment.b form.delete-form .button {
  font-size: 0;
  text-indent: 0;
}
.comment.b:hover form.delete-form {
  display: block;
}
.comment.b .description {
  margin: 0 0 0 38px;
  font-size: 12px;
  line-height: 20px;
}
