.progress {
  margin-bottom: 10px;
  height: 20px;
  position: relative;
  font-size: 12px;
}

.progress-bar-title {
  position: absolute;
  text-align: center;
  line-height: 20px; /* line-height should be equal to bar height */
  overflow: hidden;
  color: black;
  right: 0;
  left: 0;
  top: 0;
}

.bg-light {
  padding: 8px;
  margin: 3px;
}

.submit {
  text-align: center;
}

.submit-button {
  width: 150px;
}

.navbar {
  margin-left: 20px;
  margin-right: 20px;
}

.navbar > .btn {
  font-size: 15px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.nav-item {
  white-space: nowrap;
}

#navbar-subtask-info > span {
  margin-right: 0;
  margin-left: 0;
  cursor: default;
  padding-top: 6px;
  padding-bottom: 6px;
  background: #f1f3f4;
}

#data-download-button {
  width: 150px;
}

#home-button {
  width: 150px;
}

.footer {
  margin-top: 15px;
  margin-bottom: 15px;
}

#instructionsModal .modal-content {
  padding: 20px 30px 0 30px;
}
