/* Enter Your Custom CSS Here */
.custom #comment_list {
background-color: #fafaeb;
}

/* this controls the background that holds your name and the date of the comment*/
.custom div#comments dt.bypostauthor, #comments dt.bypostauthor div.format_text{
background:#fff; border-left: #ccc; line-height: 4; padding-top: 15px;
}

/* this controls the background that holds your comment text*/
.custom div#comments dd.bypostauthor, #comments dd.bypostauthor div.format_text {
background:#fafaef; border-left: #ccc;
}

.custom .format_text blockquote {
color:#111;
background:#fff;
margin:0 0 1.6em 0.8em;
padding:1.4em 1em 0.1em 1em;
border-left:2px solid #af1f23;
}

Ind {
  text-indent: 100px;
}/* Enter Your Custom CSS Here */