.user-comment-container{
  border-bottom: 2px solid #c2c2c2;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  background: #fff;
  margin-bottom: 5px;
}
.user-subcomment-container{
  border-bottom: 2px solid #c2c2c2;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  background: #fff;
  margin-bottom: 5px;
  margin-left:40px;
}
.left-user-comment{
  width: 80px;
  border-right: 1px solid #c2c2c2;
  box-sizing: border-box;
  padding: 10px;
}
.comment-mem-img{
  max-width: 40px !important;
  height: 40px;
  border-radius: 40px;
}
.right-user-comment{
  width: 100%;
  display: flex;
  flex-direction: column;
}
.right-user-info{
  display: flex;
  align-items: center;
  height: 25px;
  background: #e2e2e2;
}
.user-comment{
  margin:5px;
  padding:5px;
  font-size: 12px;
  color:#434343;
}
.user-best-comment{
  background-color: #acecc7;
  margin: 5px;
  padding: 10px;
  font-size: 12px;
  color:#434343;
}

.right-username-container{
  flex:1;
}
.right-userdate-container{
  flex:1;
  text-align: right;
}
.right-username{
  font-weight: 600;
  padding-left:10px;
  font-size:12px;
  color: #434343;
}
.right-userdate{
  padding-right:20px;
  font-size:12px;
  color: #434343;
}
.reply-btn{
  font-size:12px;
  padding:10px;
  cursor:pointer;
  color:#999;
}
.reply-btn:hover{
  text-decoration: underline;
}
.best-comment{
  background: #d9534f;
  color: #fff;
  padding: 2px 4px;
  border-radius: 3px;
  margin-left: 5px;
  font-size: 13px;
}
.best-item{margin:0px !important;}
.best-item a {color:inherit;}
.best-emp{border:1px solid #e2e2e2; background:#04ba87;border-radius:5px; padding:2px 6px; color:#fff;font-size:12px;box-sizing: border-box;}
.best-normal{border:1px solid #e2e2e2; background: #e2e2e2; border-radius:5px;padding:2px 6px;color:#ccc;font-size:12px;box-sizing: border-box;}

@media only screen and (max-width: 700px) {
  .right-user-info{
    height:50px;
  }
}
