+/* Progress bar */
+.progress-bar-wrapper {
+ margin-top: 1em;
+ height: 85px;
+ width: 300px;
+ background: lightGrey url(assets/progress_bar.png) top left repeat-x;
+ border: 1px solid #ccc;
+}
+.progress-bar-wrapper .progress-bar {
+ height: 85px;
+ background: grey url(assets/progress_bar.png) bottom left repeat-x;
+}
+.section-progress-text {
+ width: 47.5%;
+ padding-left: 2%;
+}
+