<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Progress Bar */
.mblProgressBar {
  background-color: #293031;
}
.mblProgressBarProgress {
  background-color: #7bc708;
}
.dj_gecko .mblProgressBar {
  background-image: -moz-linear-gradient(top, #545454 0%, #313031 30%, #293031 85%, #414141 100%);
}
.dj_gecko .mblProgressBarProgress {
  -moz-transition-property: width;
  -moz-transition-duration: 0.25s;
  background-image: -moz-linear-gradient(top, #adf708 0%, #7bbe08 50%, #63a600 90%, #5a8e00 100%);
}
</pre></body></html>