#progress-container {
  margin: 1.5em 0 0.5em;
  border: 1px solid #000;
  height: 1em;
  text-align: right;
  border-radius: 1em;
  overflow: hidden;
}

#progress-bar {
  width: 0;
  height: 100%;
  background: #1AC103;
}

#progress-numeric {

}

#header-image {
  max-height: 20em;
  width: auto;
}

#images p {
  margin: 2em;
  display: inline-block;
}

#images p img {
  max-height: 300px;
  width: auto;
}

#videos {
  text-align: center;
  padding: 2em;
}

.showing-images, .showing-videos {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 2em 0;
}

.bordered {
  border: 1px solid #000;
  padding: 1em;
  margin: 1em;
}

#results .bordered p {
    padding: .5em 3em;
    text-align: left;
}

#blackbox p {
    color: #fff;
    border-radius: 0.5em;
}