
/* Progress Bar code adapted from: http://camdenlee.com/tools/progressbar/ */
/* Style for the progress bar div */
.thermo {
    margin: 20px auto 20px;
    max-height: 80px;
    font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
}

@media screen and (max-width: 767px) {
    .thermo {
        margin: 20px auto 20px;
    }
}
