

.comment .title, .comment .title span {
    font-size:13px;
}
 
.cool.comment .title {
   
background: radial-gradient(circle, rgba(7,161,11,1) 0%, rgba(7,161,11,1) 82%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cool.comment .title span {
    display: inline-block;
background: radial-gradient(circle, rgba(7,161,11,1) 0%, rgba(7,161,11,1) 82%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

a.btn.btn-primary.webinar-btn-send {
    background-color: #c60000;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
}

input.new-comment-input {
    border-top: none;
    border-left: none;
    border-right: none;
    background: none;
    border-color: #999999;
}

