
.nav .new::after {
	content: "NEW!";
	font-size: x-small;
	vertical-align: super;
	font-weight: bold;
	color: red;
	margin-left: 2px;
}
