
/* Progress Bar code adapted from: http://camdenlee.com/tools/progressbar/ */
/* Style for the progress bar div */

.thermo {
    background: none;
    box-shadow: none;
    margin: 0 auto;
}
.thermo .count {
    text-align: left;
}
.thermo .goal, .thermo .count {
    color: #777;
    font-size: 12pt;
}
.progress-bar {
    background-color: #337ab7;
    background-image: none;
}


.progress { margin-bottom: 0.5em; }