.feedback .media + .media {
	border-top: 1px solid #dadada;
	padding-top: 25px;
}

.rating-container .rating,
.feedback .rating-xxs {
	display: inline-block;
}

.feedback .media-heading {
	font-size: 16px;
	font-weight: 600;
}

.feedback .media-heading .time {
    color: #999;
	font-weight: 400;
	margin-bottom: 10px;
}

.feedback .pull-right a {
	font-size: 16px;
}

.feedback .pull-right a:hover,
.feedback .pull-right a:hover .fa {
	text-decoration: underline;
}

.feedback .pull-right a:hover .fa:before {
	content: "\f024";
}

.feedback .fa-fw {
	text-align: center;
	width: auto;
}

.feedback .fa-flag-o{
	padding-right: 10px;
}

.feedback a:hover {
	text-decoration: none;
	color: #f05a2d;
}

@media (max-width: 480px) {
	.feedback [class*="pull-"] {
		display: block;
		float: none !important;
		margin-bottom: 15px;
	}
}

.feedback .img-circle {
	width: 67px;
	max-height: 67px;
}s

.feedback .rating-detail {
	width: 25%;
}

.feedback .rating-comment {
	width: calc(100% - 25%);
}