	.app-icon[data-count]:not([data-count=""]):not([data-count="0"]):after {
	position: relative;
	right: -115px;
	top: 10px;
	content: attr(data-count);
	font-size: 80%;
	padding: .4em;
	border-radius: 2em;
	line-height: .75em;
	color: white;
	background: rgb(255, 0, 0);
	text-align: center;
	min-width: 3.5em;
	font-weight: bold;
	z-index:1;
}