html, body {
    color:#fff;
    font-family:arial;
    width:100%;
    height:100%;
}
.container {
    height:100%;
}
#goal_progress { 
    background:#555;
    width:100%;
    height:100%;
}
#goal {
    position:absolute;
    top:50%;
    line-height:0;
    font-size:12px;
    right:20px;
    font-weight:bold;
}
#goal_progress .bar {
    background:#eee;
    height:100%;
    min-width:1px;
}
#goal_progress .amt {
    position:absolute;
    font-weight:bold;
    top:50%;
    padding-left:5px;
    font-size:12px;
    line-height:0;
    z-index:5;
}
#goal_progress .goal_abbr {
    position:absolute;
    top:50%;
    right:3px;
    z-index:1000;
    color:#fff;
    font-size:12px;
    line-height:0;
    font-weight:bold;
}
#goal_embed { 
    border:0; 
    overflow:hidden;
    width:100%;
    height:30px;
    margin-bottom:30px;
    margin-top:10px;
}

.tick { 
    top:0;
    z-index:1;
    background:#888;
    width:1px;
    height:100%;
    position:absolute;
}