.progress_tbl {
    border: 2px none black;
    width: 800px;
}

.progress_item {
    text-align: center;
    width: 100px;
}

.progress_filled {
    background-color: #A1BBD0;
    text-align: center;
}

.progress_not_filled {
    background-color: #dde6ee;
    text-align: center;
}

.progress_link {
    color: #006699;
    font-weight: bold;
    text-decoration: none;
}

