body {
  background: #e9e9e9;
}

.container {
  max-width: 1000px;
}

p.borderBelow {
  margin: 0 0 1.5em 0;
  padding: 0 0 1.5em 0;
}

video {
  background: #adadad;
  height: 360px;
  margin: 0 0 20px 0;
  vertical-align: top;
  width: 480px;
}

.op-0 {
  opacity: 0 !important;
  width: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
}

.text-right {
  text-align: right;
}

.progress {
  width: 42%;
  background: white;
  margin: 15px auto 0;
}

.hide {
  display: none;
}

#logger {
  white-space: pre-wrap;
  max-height: 300px;
  overflow-y: auto;
  border: 1px solid #ccc;
  padding: 10px;
}

#logger > div {
  margin-top: 10px;
  margin-bottom: 20px;
  background: #adadad;
  padding: 8px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  /* Set the fixed height of the footer here */
  line-height: 60px;
  /* Vertically center the text there */
  background-color: #f5f5f5;
}
