

.comments h4{
	text-transform:uppercase;
	padding:20px 0px 20px 0px;
}

li.comment{
	float:left;
	padding:20px 0px;
	margin:0px 0px 10px 0px;
	border-bottom:1px solid #dcdcdc;
}


ul.comments-list ul.children{	
	margin-left:30px;
}
ul.comments-list ul.children li{
	margin-top:30px;
	border:0;
	border-top:1px solid #dcdcdc;
}
.comment-header h5{line-height:1;}

.comment-header small{
	margin-top:-5px;
	color:#448ed3;
}

.comment-avatar{
	margin:0px 5px 0px 5px !important;
	
}

.comment-avatar img{
	border:1px solid #448ed3;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
}

.comment-content{
	  font-family: 'SegoeUI-Light';
}



.comment-reply-link{
	float:right;
}



form.comment-form input[type='submit']{
	float:right;
}

form.comment-form label{
	display:none;
}
form.comment-form textarea{
	width:100%;
}

form.comment-form input:not([type=submit]):not([type=file]){
		width:50%;
}