/* line 5, app/assets/stylesheets/comments.scss */
.table {
  border-color: black;
}

/* line 10, app/assets/stylesheets/comments.scss */
.name {
  color: red;
  box-sizing: content-box;
}

/* line 16, app/assets/stylesheets/comments.scss */
.comments {
  background-color: lightgrey;
}

/* line 21, app/assets/stylesheets/comments.scss */
a:hover {
  color: red;
}
