.goalProgress {
    background: #f7f7f7;
    width: 100%;
}
div.progressBar {
    background: #ff008c;
    color: #fff;
    font-size: 1em;
    /*font-family: 'helvetica neue', helvetica, arial, sans-serif;*/
    /*letter-spacing: -1px;*/
    font-weight: 700;
    /*padding: 10px;*/
    padding-left: 5px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    width: 20px;
}
span.goalAmount {
    display: none;
    text-indent: -9999px;
}