body {
  background-color: #0D1226;
  color: white;
}

hr {
  border-color: rgba(255, 255, 255, 0.5);
}

h1.section-title {
  margin-bottom: 0.5em;
}

.img-fluid {
  margin-bottom: 1em;
}

.light {
  color: #777;
  font-size: 80%;
}

.flex-top {
  display: flex;
  justify-content: center;
}

.image-section {
  margin-bottom: 2em;
}

.download-heading {
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 1.2em;
  padding: 0.5em 0.5em 0.5em 1em;
}

.download-content {
  background-color: rgba(255, 255, 255, 0.05);
  padding-left: 3em;
}

.download-content > dl {
  padding: 1em 0;
  margin-bottom: 0;
}

.download-content > p {
  padding: 1em 0;
  margin: 0;
}

.arrow {
  margin-right: 0.5em;
  float: right;
}

.flipped {
  transform: rotate(180deg);
}

.hide {
  display: none;
}

.dl-margin {
  height: 1em;
}

dd:last-child {
  margin-bottom: 0;
}
