.comments-container {
  width: 200px; height: auto;
  margin: 20px;
}
.comments-container h4 {
  font-weight: bold; color: #ef3e42; font-size: 12px;
}
.comment p {
  font-size: 11px; color: #878787;
}
.comment h5 {
  font-size: 10px;
}
p.comment-trigger {
  font-size: 11px; color: #878787;
  cursor: pointer;
}
p.comment-trigger:hover {
  text-decoration: underline;
}
div.commentbox {

}
input.comment-user,
input.comment-captcha {
  border: 1px solid #878787;
  width: 250px!important; margin: 0 0 2px 0;
  padding: 5px!important;
  clear: both; float: none!important;
}
textarea.comment-text {
  width: 250px!important; height: 50px;
  border: 1px solid #878787;
  padding: 5px!important; margin: 10px 0;
  overflow: display;
  font-size: 11px; color: 2a2a2a; font-family: Arial;
}
button.comment-submit {
  width: 262px; height: 24px;
  padding: 5px; margin:0;
  background: #878787; color: #fff;
  border: 0px;
  font-size: 11px; font-weight: normal; text-transform: uppercase;
}
.comment-notes {
  width: 200px; height: 400px;
  background: #afafae; color: #2a2a2a;
  font-size: 11px;
  float: right;
}