﻿#graph {
    position: relative;
    margin: 10px;
    width: 100px;
    height: 100px;
}

canvas {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
}

.graphspan {
    color: #555;
    display: block;
    line-height: 100px;
    text-align: center;
    width: 100px;
    font-family: sans-serif;
    font-size: 25px;
    font-weight: 100;
    margin-left: 5px;
}
