.hBar{
	line-height: 0 !important;
}
.detail_pos {
	line-height: 1.2 !important;
    z-index: 100;	
}

@media only screen and (max-width: 800px) {
.hBar_fill_shortfall .detail_pos {
    left: -45px !important;
}
.hBar_end .detail_pos {
    position: absolute !important;
    top: -70px !important;
    left: -50px !important;
}
.hBar_fill_savings .detail_pos {
    right: -30px!important;
	top: 4px !important;
	display: none !important;
}
.costContainer {
    font-size: 40px !important;
	height: 150px !important; 
    width: 150px !important;
}
.extraContribution {
	margin-top: 45px !important;
}
.costContainerMonthly {
    border: 8px solid #FFF !important;
    font-size: 23px !important;
    width: 100px !important;
    height: 100px !important;
}
.costContainer .extraContributionMonthly {
    margin-top: 0px !important;
}
.hBar {
    height: 250px !important;
	margin: 70px auto 20px auto !important;
}
}