/*******************
*** Comments.css ***
*******************/

/*
** General.
*/

#comments,
.comment {
  margin-top: 30px;
}

#comments {
  clear: both;
}

#comments .indented {
  margin-left: 15px;
}

#comments .indented .comment {
  margin:0;
}

.comment .new {
  color: red;
  text-transform: capitalize;
}
