.header-badge:after{
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 7px 5px;
	content: '！';
	padding: 3px 7px;
	font-size: 9px;
	font-weight: bold;
	background-color: #BA5377;
	color: white;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
}

.badge:before{
	bottom: 0;
	right: 0;
	margin: 0 5px 0 0;
	content: '！';
	padding: 3px 7px;
	font-size: 9px;
	font-weight: bold;
	background-color: #BA5377;
	color: white;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
}
.chat-window-badge{
	position: relative;
	top: -1rem;
	left: 0.5rem;
}
.chat-window-badge:before{
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 7px 5px;
	content: '！';
	padding: 3px 0.7em;
	font-size: 1em;
	font-weight: bold;
	background-color: #BA5377;
	color: white;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
}