.md-header .progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background: #ff5722;
  transition: width 80ms ease-out;
  pointer-events: none;
}

/* Hide the default git-revision-date at bottom — we show it in Guide Info instead */
.md-content .md-source-file {
  display: none;
}
