.comments_face * {
  /*font-family: 'Roboto', sans-serif !important;*/
}
.comments_face {
  background-color: #fff;
  font-size: 14px;
}
.comments_face .comments {
  background-color: #eeeff4;
  border-bottom: 2px solid #fff;
  padding: 10px;
}
.comments_face .profile {
  float: left;
  width: 60px;
  margin-right: 10px;
}
.comments_face .comment-content img,
.comments_face .profile img {
  width: 100%;
}
.comments_face .comment-content img,
.comments_face .profile img,
.comment-status img {
  margin: 0 auto;
}
.comments_face .comment-content {
  padding-left: 70px;
}
.comments_face .name {
  margin: 0;
}
.comments_face .comment-status span,
.comments_face .name {
  color: #3b5998;
}
.comments_face .name,
.comments_face .result {
  font-weight: 700;
}
.comments_face .button,
.comments_face .name,
.comments_face .profile {
  cursor: pointer;
}
.comments_face .comment-status {
  font-size: 11px;
  cursor: pointer;
}
.comments_face .comment-status span,
.comments_face .name {
  color: #3b5998;
}
.comments_face .button,
.comments_face .main-content span {
  color: red;
}
.comments_face .clr {
  clear: both;
}
