

textarea.edit-comment {
  float:none;
  width:100%;
  height:200px;
}
.comment-thread h3 {
  float:none;
  clear:none;
  font-size:14px;
  font-weight:bold;
  margin:0px;
  display:block;
}



.comment-user {
 margin-bottom:0.5em;
}
.comment-form {
 margin-top:2em;
}
.hide-comments {
  float:right;
  font-weight:bold;
  margin-right:2em;
}
.comment-item {
  font-size:0.9em;
  padding:12px 0 12px 0;
}
