#progress {
    top: 0;
  position: fixed;
  z-index: 2147483647;
  height: 2px;
  width: 250px;
  background: #AFE8EF;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -webkit-transition: width 600ms ease-out, opacity 400ms linear; }
