/**
 * @file
 * Comment Styling
 */


#comments /* Wrapper for the list of comments and its title */ {
  margin: 1em 0;
}
.new /* "New" marker for comments that are new for the current user */ {
  padding-left: 10px; color:#EC8724; font-weight:bold; 
}