/**
 * @file
 * Visual styles for comments section in Conference Lite.
 */

/*comments section*/
.comment-wrapper {
  margin-top: 45px;
}
.comment-wrapper h2.title {
  padding-bottom: 15px;
  margin: 10px 0 30px 0;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 4px double #f0f0f0;
  text-align: left;
  text-transform: uppercase;
  clear: both;
}
.comment-wrapper h2.title:after {
  width: 0;
  height: 0;
}
