/*.news {
	max-height: 200px;
	overflow-y: scroll;
	overflow-x: auto;
	padding: 5px 20px 5px 10px;
}*/
#news-box .item {
    margin-bottom: 10px;
}
#news-box .item>img {
    width: 40px;
    height: 40px;
    border: 2px solid #00a65a;
    border-radius: 50%;
}

#news-box .item>.message>.top {
	display: block;
}
#news-box .item>.message>.top >.titel {
	color: #3c8dbc;
	font-weight: 600;
}

#pluginstatistics-box .subs {
	margin: 0 10px 10px;
}

#pluginstatistics-box .subs .list-group-item:first-child {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}