/* Progess bar widget, by Matthew Harvey (matt at smallish.com) */
/* Licensed under a Creative Commons Attribution-Share Alike 2.5 License (http://creativecommons.org/licenses/by-sa/2.5/) */

div.smallish-progress-wrapper {
    /* Don't change the following lines. */
    position: relative !important;
    border: 1px solid black !important;
}

div.smallish-progress-bar {
    /* Don't change the following lines. */
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    height: 100% !important;
}

div.smallish-progress-text {
    /* Don't change the following lines. */
    text-align: center !important;
    position: relative !important;
    /* Add your customizations after this line. */
    color: gray;
}