.new-comments-count {
    width: 19px;
    height: 19px;
    line-height: 19px;
    border: 2px solid white;
    color: white;
    text-shadow: -1px 0 #4B4A4A, 0 1px #4B4A4A, 1px 0 #4B4A4A, 0 -1px #4B4A4A;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 28px;
    border-radius: 100%;
    background-color: red;
}

@media (max-width: 480px) and (min-width: 320px) {
	.not-viewed-count {
		display: inline-block;
		position: relative;
		width: 19px;
		height: 19px;
	}

	.new-comments-count {
		top: 0;
		left: -11px;
		transform: scale(.9);
	}
}
