.pace .pace-progress {
  background: white;
  position: fixed;
  z-index: 20000;
  top: 0;
  left: 0;
  height: 3px;
  border-bottom: 1px solid #dadada;
  /*border-color: #9ecaed;*/
  box-shadow: 0 0 10px #fff;
  border-radius: 0 1px 1px 0;

  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}

.pace-inactive {
  display: none;
}
