.mw-badge {
	min-width: 7px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 1px 4px;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	background-color: #d2d2d2;
}

.mw-badge-content {
	font-weight: bold;
	color: white;
	vertical-align: baseline;
	text-shadow: 0 1px rgba(0, 0, 0, 0.4);
}

.mw-badge-inline {
	display: inline-block;
	margin-left: 3px;
}
.mw-badge-overlay {
	position: absolute;
	bottom: -1px;
	right: -3px;
	z-index: 50;
}

.mw-badge-important {
	background-color: #cc0000;
}

