.progress
{
    background-color: #BBBBBB;
    display: inline-block;
    width: 100%;
}
.progress_inner
{
    margin: 1px;
    background-color: #0000CC;
    color: #888888;
    display: inline-block;
    width: 1%;
    text-align: center;
}
