/* These are just a test styles - you don't need them in your project */


.circle {
    width: 100px;
    display: inline-block;
    position: relative;
    text-align: center;
    line-height: 1.2;
	    margin-left: -68px;
}

.circle canvas {
    vertical-align: top;
}

.circle strong {
	position: absolute;
    top: 59px;
    left: 37px;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 48px;
}

.circle strong i {
    font-style: normal;
    font-weight: normal;
    position: relative;
    top: -23px;
    font-size: 25px;
}

