.comment.view-mode-full .group-left {
  float: left;
}
.comment.view-mode-full .username-popup {
  z-index: 10;
}
.comment.view-mode-full .field-name-comment-likes {
  margin: 15px 0 0 75px;
  color: #888;
}
.comment.view-mode-full .field-name-comment-likes .comment-likers-full {
  display: none;
}
.comment.view-mode-full .field-name-comment-likes .view-less {
  font-weight: bold;
  color: #1A6AAC;
  cursor: pointer;
}
.comment.view-mode-full .field-name-comment-likes .view-less:hover {
  color: #000;
}
#comments.comment-wrapper .sorting-options {
  text-align: right;
  font-size: 12px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
#comments.comment-wrapper .sorting-options .label {
  margin-right: 1px;
  font-weight: bold;
}
#comments.comment-wrapper .sorting-options a {
  display: inline-block;
  margin-left: 4px;
  padding: 1px 6px;
  border: 1px solid #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#comments.comment-wrapper .sorting-options a.active,
#comments.comment-wrapper .sorting-options a:hover {
  color: #fff !important;
  background: #ccc;
}
#comments.comment-wrapper .sorting-options a.active {
  font-weight: bold;
}
