﻿.graph {
    width: 250px;
    border: 1px solid #F8B3D0;
    height: 15px;
    float: left;
    display: inline;
}

#bar {
    display: block;
    background: #2A79BB;
    float: left;
    height: 100%;
    text-align: center;
}

#barNum {
    position: absolute;
}
