pie {
    width: 0.7em;
    height: 0.7em;
    display: block;
    border-radius: 50%;
    background-color: green;
    border: 1px solid grey;
    float: left;
    margin: 1em;
}

.onehundred {
    background-image: none;
}