.notifications {
	color: #78291c;
	text-decoration: none;
	position: relative;
	display: inline-block;
	border-radius: 4px;
}

.notifications .badge {
	position: absolute;
	top: 5px;
	right:4px;
	padding:3px 5px;
	border-radius: 50%;
	border-color: #78291c;
	background: #78291c;
	color: white ;
}