.badge {
	display: inline-block;
	background: #418FC8;
	color: #fff;
	font-size: 14px;
	line-height: normal;
	padding: 2px 15px 2px 20px;
	border-radius: 3px;
	position: relative;
	margin: 0 0 1.5em 15px;
	font-weight: 600;
	text-shadow: 0 -1px 0 #3F87BB;
	box-shadow: 0 1px 0 #3F87BB;
}

.badge:before {
	position: absolute;
	font-family: "FontAwesome";
	content: "\f0a3";
	top: -5px;
	left: -15px;
	font-size: 30px;
	line-height: 30px;
	color: #ddb852;
	text-shadow: 0 1px 0 #8c7c22;
}

.badge .fa {
	position: absolute;
	display: block;
	top: -5px;
	left: -15px;
	width: 26px;
	height: 28px;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	text-shadow: 0 -1px 0 #8c7c22;
}