#progressBar { 
  padding-top: 5px; 
  text-align: center;
  width: 100%;
}
#progressBarBox {
  width: 350px;
  height: 20px;
  border: 1px inset;
  background: #eee;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
#progressBarBoxContent {
  width: 0;
  height: 20px;
  border-right: 1px solid #444;
}
#progressBarText2 {
  text-align: center;
}
.running {background: #9ACB34;}
.stopped {background: red;}
