.notification-badge {
	min-width: 5px;
	border-radius: 2px;
	padding: 2px 3px;
	text-align: center;
	font-size: 8px;
	line-height: 1em;
}

.notification-badge-content {
	color: #fff;
	vertical-align: baseline;
}

.notification-badge-inline {
	margin-left: 3px;
	display: inline-block;
	vertical-align: text-top;
}
.notification-badge-top {
	position: absolute;
	top: 2px;
	right: 14px;
}
.notification-badge-bottom {
	position: absolute;
	bottom: -2px;
	right: -3px;
}

.notification-badge-important {
	background-color: #428bca;
}
