#progress-cont {
  height: 5px;
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
	z-index: 9999;
}

#progress-bar {
  height: 100%;
  background-color: #00a857;
}
