#myStat .circliful {
    position: relative;
}

#myStat .circle-text,
#myStat .circle-info,
#myStat .circle-text-half,
#myStat .circle-info-half {
    width: 250px;
    position: absolute;
    text-align: center;
    display: inline-block;
}

#myStat .circle-info,
#myStat .circle-info-half {
    font-size: 16px;
    font-weight: bold;
    color: #1a265b;
}

#myStat .circliful .fa {
    margin: -10px 3px 0 3px;
    position: relative;
    bottom: 4px;
}

#myStat2 .circliful {
    position: relative;
}

#myStat2 .circle-text,
#myStat2 .circle-info,
#myStat2 .circle-text-half,
#myStat2 .circle-info-half {
    width: 250px;
    position: absolute;
    text-align: center;
    display: inline-block;
}

#myStat2 .circle-text-half canvas {
    height: 125px !important;
}

#myStat2 .circle-info,
#myStat2 .circle-info-half {
    font-size: 16px;
    font-weight: bold;
    color: #1a265b;
}

#myStat2 .circliful .fa {
    margin: -10px 3px 0 3px;
    position: relative;
    bottom: 4px;
}
