.badge-category-bg {
    width: 10px;
    height: 10px;
    margin-right: 5px;
    display: inline-block;
    line-height: 1;
}

.badge-wrapper {
	text-decoration: none;
	color: #919191;
	margin-bottom: 5px!important;
	display: block;
}

p.badge-wrapper {
	border-bottom: 1px solid #e9e9e9;
}

.badge-category-img {
    border-radius: 50%;
}

.badge-category-time {
    display: inline-block;
    float: right;
    font-size: 0.929em;
    margin-top: 1px;
	color: #919191;
}
.badge-category-name {
	color: #646464;
	font-size: 0.929em;
    padding-right: 8px;
    /*display: inline-block;*/
    max-width: 280px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	font-weight: bold;
	margin-left: 8px;
}

.badge-wrapper-text{
	font-family: Merriweather, Georgia, serif;
}

.badge-wrapper.topic {
	margin-top: 10px;
    font-size: 15px;
}

.badge-wrapper.bullet span.badge-category {
    color: #222 !important;
    display: inline;
    overflow: hidden;
    text-overflow: ellipsis;
	font-weight: bold;
}
@media (min-width: 992px) {
	.discontainer {
		/*overflow:hidden;
		max-height: 605px;*/
	}
}