.caption {
  color: #777;
  margin-top: 10px;
}

.legacy {
  background-color: #98a4a6;
  color: white;
  text-shadow: 1px 1px black;
  border-radius: 5px;
  padding: 3px;
}

.r6 {
  background-color: #5296d5;
  color: white;
  text-shadow: 1px 1px black;
  border-radius: 5px;
  padding: 3px;
}

.update {
  background-color: #d65645;
  color: white;
  text-shadow: 1px 1px black;
  border-radius: 5px;
  padding: 3px;
}

.to-be-reviewed {
  background-color: red;
  color: white;
  text-shadow: 1px 1px black;
  padding: 3px;
}

.script {
  font-family: Arial, Helvetica, sans-serif;
  background-color: lightgrey;
  color: #446e9b;
}

/* Change color of section numbering */
span.header-section-number {
  color:rgb(191, 194, 193); 
}
