/*
Theme Name: Kendrick
*/

#commentform fieldset {
    border: none;
    margin: 0;
    padding: 0;
	
}

#comments .commentlist li .comment{
   overflow: hidden;
   height:1%;
   margin-bottom:12px;
}
* html #comments .commentlist li .comment{
	margin-bottom:11px;
}
#comments .commentlist{
	list-style:none;
}
#respond dd textarea{
	max-width:441px;
}

