.circle-indicator {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  height: 40px;
  width: 40px;
  margin: auto;
  float: none;
  color: white;
  text-align: center;
  font-weight: 100;
  padding-top: 5px;
}
.progress-wrapper {
  margin-top: 25px;
}
.progress {
  height: 10px;
}
.timeline-top {
  height: 80px;
}
.timeline-nav-wrapper {
  position: absolute;
  top: 395px;
  width: 100%;
}
.timeline-content-wrapper {
  margin-top: -42px;
  margin-bottom: 0;
  padding-bottom: 22px;
  min-height: 300px;
  display: block;
  clear: both;
}
h3.title {
  font-weight: 200;
  text-align: center;
}
h5.label {
  font-weight: 300;
  font-size: 16px;
}
.content {
  padding: 20px;
  height: 400px;
  max-height: 800px;
  overflow-y: auto;
}
.content::-webkit-scrollbar,
ul::-webkit-scrollbar {
  width: 6px;
  margin: 0;
  margin-right: -40px;
  padding: 0;
}
.content::-webkit-scrollbar-track {
  background-color: transparent;
}
.content::-webkit-scrollbar-thumb,
ul::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
ul::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.2);
}
ul::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.2);
}
span.field {
  display: block;
  width: 100%;
  padding: 5px;
  margin-bottom: 3px;
  background-color: rgba(0, 0, 0, 0.05);
}
.content::-webkit-scrollbar-thumb:hover {
  background-color: #aaaaaa;
}
.actions {
  margin: 20px 0;
}
.page {
  padding-top: 20px;
}
.label {
  color: #9e9e9e;
  font-weight: 400;
  display: block;
  width: 100%;
}
