changed left property for progress-text since we have less text in the the bar.
diff --git a/style.css b/style.css
index 764d767..f5c943b 100644
--- a/style.css
+++ b/style.css
@@ -32,7 +32,7 @@
.shadow{ -moz-box-shadow: 3px 3px 3px 3px #19242f;
-webkit-box-shadow: 3px 3px 35px 3px #19242f;
box-shadow: 3px 3px 3px 3px #19242f;}
-.progress-text{position: absolute;top:8px;left:60px; font-weight: bold; font-size: 13px;text-transform: uppercase;}
+.progress-text{position: absolute;top:8px;left:90px; font-weight: bold; font-size: 13px;text-transform: uppercase;}
.tmp-white h3{padding:10px 4px;}
.tmp-white .container{background:#fff;}
.tmp-white .container ul{padding-bottom:5px;}