/**
 * @file
 * Visual styles for comments section in Style+.
 */

/*comments section*/
.comment-wrapper {
  margin-top: 45px;
}
.comment-wrapper h2.title {
  font-size: 24px;
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
