#comments-list-view .summary {
  text-align: right;
  margin-bottom: 10px; }
#comments-list-view .comment-item-wrapper {
  margin-bottom: 20px; }
  #comments-list-view .comment-item-wrapper .col1 {
    width: 200px; }
    #comments-list-view .comment-item-wrapper .col1 h6 {
      margin-bottom: 5px;
      display: block;
      /* Fallback for non-webkit */
      display: -webkit-box;
      max-height: 22.4px;
      /* Fallback for non-webkit */
      font-size: 1em;
      line-height: 1.6;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
      #comments-list-view .comment-item-wrapper .col1 h6 i {
        vertical-align: middle; }
    #comments-list-view .comment-item-wrapper .col1 .rating-row .rating-container {
      float: left;
      height: 30px; }
      #comments-list-view .comment-item-wrapper .col1 .rating-row .rating-container .star {
        width: 25px;
        height: 25px; }
        #comments-list-view .comment-item-wrapper .col1 .rating-row .rating-container .star i {
          font-size: 25px; }
    #comments-list-view .comment-item-wrapper .col1 .rating-row .rating-name {
      float: left;
      margin-left: 10px;
      margin-top: 8px; }
  #comments-list-view .comment-item-wrapper .col2 {
    width: calc(100% - 200px); }
    #comments-list-view .comment-item-wrapper .col2 .comment-comment-wrapper {
      background-color: #F6F6F6;
      margin: 0;
      padding: 10px 20px; }
      #comments-list-view .comment-item-wrapper .col2 .comment-comment-wrapper i {
        font-weight: 500;
        float: left; }
        #comments-list-view .comment-item-wrapper .col2 .comment-comment-wrapper i.icon {
          font-size: 19px;
          line-height: 24px;
          width: 24px;
          text-align: center;
          color: #4285F4; }
      #comments-list-view .comment-item-wrapper .col2 .comment-comment-wrapper p {
        float: left;
        width: calc(100% - 35px);
        margin-left: 10px; }
    #comments-list-view .comment-item-wrapper .col2 .comment-date {
      margin-right: 20px; }
      #comments-list-view .comment-item-wrapper .col2 .comment-date span {
        font-size: 0.85714em; }
        #comments-list-view .comment-item-wrapper .col2 .comment-date span i {
          font-size: 1.71429em;
          vertical-align: middle; }
    #comments-list-view .comment-item-wrapper .col2 .comment-answer-wrapper {
      background-color: #F6F6F6;
      margin-top: 5px;
      padding: 10px 20px;
      text-align: right; }
      #comments-list-view .comment-item-wrapper .col2 .comment-answer-wrapper p {
        margin: 0; }
  #comments-list-view .comment-item-wrapper .btn-answer {
    background-color: #46B989;
    color: #FFF;
    margin-top: 5px; }
    #comments-list-view .comment-item-wrapper .btn-answer i {
      vertical-align: middle; }

@media (max-width: 600px) {
  #comments-list-view .comment-item-wrapper .col1 {
    width: 150px; }
  #comments-list-view .comment-item-wrapper .col2 {
    width: calc(100% - 150px); } }
@media (max-width: 500px) {
  #comments-list-view .comment-item-wrapper .col1 {
    width: 100%; }
    #comments-list-view .comment-item-wrapper .col1 h6 {
      margin-bottom: 0; }
  #comments-list-view .comment-item-wrapper .col2 {
    width: calc(100% - 25px);
    margin-top: 5px; } }

/*# sourceMappingURL=comments.css.map */
