/* Comments */
#cc-comments ul{margin:0 0 40px 0; padding:0; list-style:none;}
#cc-comments li{margin:0 0 10px 0; padding:15px;}
#cc-comments .avatar{float:right; margin:0 0 10px 10px; padding:3px; border:1px solid;}
#cc-comments address{font-weight:bold;}
#cc-comments time{font-size:smaller;}
#cc-comments .comcont{display:block; margin:0; padding:0;}
#cc-comments .comcont p{margin:10px 5px 10px 0; padding:0;}
#cc-comments .comcont ul{margin:0 0 40px 0; padding:0; list-style:disc; list-style-position: inside;} /*added*/
#cc-comments .comcont li{margin:0 0 10px  50px; padding:0px; } /*added*/
#cc-comments .comcont2 li{margin:0 0 10px  50px; padding:0px; list-style:none; } /*added*/

#cc-comments form{display:block; width:100%;}
#cc-comments input, #cc-comments textarea{width:100%; padding:10px; border:1px solid;}
#cc-comments textarea{overflow:auto;}
#cc-comments div{margin-bottom:15px;}
#cc-comments  input[type="submit"], #comments input[type="reset"]{display:inline-block; width:auto; min-width:150px; margin:0; padding:8px 5px; cursor:pointer;}

table, th, td, #cc-comments .avatar, #cc-comments input, #cc-comments textarea{border-color:#D7D7D7;}
#comments input:focus, #cc-comments textarea:focus, #cc-comments *:required:focus{border-color:#C96D9F;}
th{color:#FFFFFF; background-color:#373737;}
tr, #cc-comments li, #cc-comments input[type="submit"], #cc-comments input[type="reset"]{color:inherit; background-color:#faf6eb;} /*in comments*/
tr:nth-child(even), #cc-comments li:nth-child(even){color:inherit; background-color:#f5ecd7;} /*in table*/
table a, #cc-comments a{background-color:inherit;}

.gradient {
	background: linear-gradient(#FAF6EB, #FFFFF5);
}

