.circle span {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
	font-weight:bold
}

.circle i {
	font-size:15px;
	line-height: 15px;
}
.circle span i {
    font-style: normal;
    font-size: 0.4em;
    font-weight: normal;
}
.circle{
	margin: 10px 0;
	display: inline-block;
    position: relative;
    text-align: center;
}