#albumComments {
  position: relative;
}
@media (max-width: 576px) {
  #albumComments {
    padding-right: 10px !important;
    margin-bottom: 0px !important;
  }
}
div.info a.addCommentArrowUp {
  padding-right: 14px;
  background: url('/img/common/icon-menu-black-up.gif') no-repeat 100% 10%;
}
div.info a.addCommentSub {
  padding-right: 0;
  background: none;
}
a.commentCount {
  cursor: pointer;
}
.comment {
  position: relative;
  min-height: 63px;
  height: auto !important;
  height: 36px;
  line-height: 1.3em;
  padding: 0px 0px 3px 1px;
  margin: 0px 0px;
}
.comment div .text {
  margin: 0;
  word-wrap: break-word;
}
.comments-placeholder {
  width: 100%;
  text-align: left;
}
