
.sample_goal {
    color: #efefec;
}

.goalProgress {
    background: white;
    padding: 4px;
    border-radius: 99px;
}

div.progressBar {
    text-align: center;
    background: orange;
    color: #fff;
    font-size: 24px;
    letter-spacing: 3px;
    padding: 2px 0px;
    display: block;
    overflow: hidden;
    width: 20px;
    border-radius: 99px;
}

span.goalAmount {
    display: none;
    text-indent: -9999px;
}
