.comments_list_item{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #d4d4d4;
}

.user_foto {
	background: url(../img/User.png) no-repeat;
	width: 40px;
	height: 40px;
}

.user_name {
	color: #0193de;
	font-weight: 600;
}

.comments_list_item:first-of-type{
	margin-top: 20px;
}
