#commentWrapper {
  clear: both;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px solid #ff9f07;
}

#commentWrapper .comment-title {
  font-size: 16px;
  color: #ff9f07;
  margin: 0 0 20px;
}

.hariu-form-wrapper input, .hariu-form-wrapper textarea, .hariu-form-wrapper .btn {
  border-radius: 0px;
  margin-bottom: 10px;
}

.hariu-form-wrapper .sep {
  clear: both;
  margin-bottom: 10px;
}

.hariu-form-wrapper .alert-msg {
  display: inline-block;
  margin-left: 10px;
  color: red;
}

#commentsList {
  clear: both;
}

#commentsList ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#commentsList ul li {
  clear: both;
  display: block;
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #efefef;
}

#commentsList ul li ul {
  margin-top: 20px;
  padding-left: 30px;
}

#commentsList ul li ul li ul li .misc .hariu-bichih {
  display: none;
}

#commentsList ul li .hariu-form-wrapper {
  padding-left: 86px;
  margin-top: 10px;
}

#commentsList ul li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}

#commentsList .head {
  font-size: 12px;
}

#commentsList .head strong {
  display: inline-block;
  color: #2b3c50;
}

#commentsList .head span {
  display: inline-block;
  color: #ccc;
  margin-left: 10px;
}

#commentsList .head span.date {
  color: #ff9f07;
  cursor: help;
  border-bottom: 1px dotted #ff9f07;
}

#commentsList .body {
  clear: both;
  padding: 10px 0;
  font-size: 13px;
  color: #555;
}

#commentsList .misc {
  display: block;
  clear: both;
}

#commentsList .misc a {
  display: inline-block;
  margin-right: 10px;
  font-size: 13px;
  color: #c3c3c3;
}

#commentsList .misc a.vote.up {
  color: #5cb85c;
}

#commentsList .misc a.vote.down {
  color: #c9302c;
}
/*# sourceMappingURL=comment.css.map */