.bn_recent_comments {}
	.widget.bn_recent_comments ul { margin: 0; padding: 10px 20px; }
	.bn_recent_comments li {
		clear: both;
		list-style-type: none;
		border-bottom: 1px solid #ccc;
		padding: 10px 0 5px 0;
		display: table;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		width: 100%;
		}
		.bn_recent_comments li:first-child { padding-top: 5px; }
		.bn_recent_comments li:last-child { margin-bottom: 0; border-bottom: 0; }
		.bn_recent_comments li:before,
		.bn_recent_comments li:after {
		    content: " "; /* 1 */
		    display: table; /* 2 */
			}
		.bn_recent_comments li:after {
		    clear: both;
			}
		.bn_recent_comments .image { 
			float: left;
			padding-right: 10px;
			}
			.bn_recent_comments .image img {
				padding: 2px; 
				border: 1px solid #ccc; 
			}
		.bn_recent_comments .detail { 
			display: table-cell;
			vertical-align: top;
			}
			.bn_recent_comments .author-comment { clear: both; }
			.bn_recent_comments .reply { text-align: right; }