#myProgress {
  width: 100%;
  background-color: #ddd;
}

.myBar {
  height: 20px;
  background-color: #4CAF50;
  text-align: center;
  line-height: 20px;
  color: white;
}

.debug-progress-wrap .debug-success {
	background: #94d294;
}

.debug-progress-wrap .debug-failure {
	background: #f37e7e;
}