.circliful {
    position: relative;
}

.circle-text, .circle-info{
    width: 100%;
    position: absolute;
    text-align: center;
    display: inline-block;
}

.circle-text-half, .circle-info-half {
    width: 100%;
    position: absolute;
    text-align: center;
    display: inline-block;
	margin-left: -18px;
	text-align: center;
}

.circle-info-half {
 	margin-top:18px;
 	margin-left:-12px;
 	text-align: center;
}

.circle-text-half {
 	margin-top:5px;
    /*margin-left:-22px;*/
}

.fa-task {
    color:red;
    margin-left:10px!important;
}


.circle-info, .circle-info-half {
	color: #999;
}

.circliful .fa {
	margin: -10px 3px 0 3px;
	position: relative;
	bottom: 4px;
}
