.bandaidBox {
    border-radius: 4px;
    width: 280px;
    text-align: center ;
    padding:5px;
}

.bandaidBox h2 {
    margin: 5px;
    font-size:1.3em;
}

.ba_prog-wrap{
    position:relative;
}
.ba_progress-bar {
    height: 250px; /* note:  used in calculation for progress bar.  Update myBandaid.php if this value changes */
    padding: 4px;
    width: 36px;
    margin: 0 auto;
    border-radius: 5px;
    box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;
}
.ba_bar{
    display: block;
    float: none;
    height: 5px;
    width: 28px;
    border-radius: 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
    position: absolute; 
    bottom: 3px;
    transition: height .6s  ease .7s;
}


.ba_goal{
    font-size: 1.2em;
    height:37px;
    margin:10px auto;
    display: inline-block;
    padding:0 10px;
    font-weight: bold;
}

.ba_current{
    position: absolute;
    left:170px;
    font-size: .9em;
    font-weight: bold;
    transition: all .6s ease .7s;
    top:236px;
    opacity:0;

}

.ba_results{
    font-size: .9em;
    font-weight: bold;
}
