.comment {
	margin-top: 20px;
	padding: 7px 15px;
    background: #FFF;
    border-radius: 3px;
	
}

.com {
    background: #FFF;
    padding: 20px;
    margin-top: 20px;
    border-radius: 3px;
}
.com h3 {
	font-size: 24px;
    margin-top: 0px;
    margin-bottom: 20px;
}
.comment-logo {
	float: left;
	width: 50px;
	height: 50px;
}
.comment-body {
  padding-left: 50px;
}

.comm-name {
font-weight: 600;
}
.comm-head {
	margin-bottom: 10px;
}
.comment-logo  img {
	width: 37px;
    vertical-align: middle;
	margin-top: 5px;
	opacity: 0.8;
}
.comm-date {
	font-size: 12px;
	float: right;
}

.comm-text {
	color: #7b7b7b;
}
.too {
    cursor: pointer;
    font-size: 13px;
    color: #3485c9;
    margin-right: 10px;
}
.parent-com {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 10px;
    margin-top: 40px;
    width: 95%;
    float: right;
    margin-bottom: 10px;
	
}
.alert {
	margin-bottom: 0;
}
.citata{ 
width: 100%;
    margin-top: -35px;
    margin-bottom: 15px;
    margin-left: -10px;
    font-weight: 600;
    color: #61b5df;
}