

#comments-smallbox {}

#comments-smallbox .wrap {
	padding: 14px 10px 40px 15px;
	background: #fff;
	height: 353px;
	margin-bottom: 10px;
}



#comments-smallbox h1 {
	background: #69c7c1;
	font-size: 20px;
	color: white;
	padding: 10px;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 0px;
	font-family: 'FuturaReg';
}

#comments-smallbox .comments {
	height: 325px;
	overflow: auto;
	overflow-x: hidden;
}
#comments-smallbox .comments img { width: 45px; }
#comments-smallbox h3 {
	color: #1a998c;
	font-size: 14px;
	font-weight: 700;
	margin-top: 0px;
}



#comments-smallbox h3>a,
#comments-smallbox h3>a:hover {
	text-decoration: none;
	color: inherit;
	font-family: 'FuturaReg';
}
#comments-smallbox p {
	color: #4b4b4b;
	font-size: 13px;
	font-family: 'Futura';
}
#comments-smallbox .datetime-small {
	color: #4b4b4b;
	font-size: 10px;
	font-family: 'Futura';
}

#comments-smallbox .comments > .row {
	border-bottom: 1px solid #c5e5e1;
	padding: 20px 0px;
	margin-right: 20px;
}

@media (max-width: 992px) {
	#comments-smallbox {
		margin-top: 30px;    	
    }
}