body {
  padding-top: 50px;
  padding-bottom: 20px;
  font-family: 'Lora', serif; }

header {
  padding: 25px; }

.container {
  padding: 25px; }

h1 {
  font-family: 'Eagle Lake', cursive;
  margin: 32px 0px 0px 10px;
  display: inline-block; }

.logo {
  float: left;
  height: 100px; }

.recording-list {
  width: 100%;
  border-collapse: collapse; }

.centre {
  text-align: center; }

.right {
  text-align: right; }

.switch {
  display: inline-block;
  background-image: url("/img/arrow-right.svg");
  height: 24px;
  width: 24px;
  margin-top: 4px; }

a[aria-expanded="true"] .switch {
  background-image: url("/img/arrow-down.svg"); }

.link-cell {
  padding-left: 10px; }

.odd {
  background-color: #eee; }

.spacer {
  min-height: 29px; }

.note-row p {
  margin: 0;
  font-size: 14px; }

.collapse {
  display: none; }

.show {
  display: table-row; }

.login-form {
    display: flex;
    flex-direction: column;
    width: 20em;
    margin: 0 auto;
    height: 10em;
    justify-content: space-evenly;
    border: 3px solid #aaa;
    padding: 1em;
}

.question, #add-question {
    border-bottom: 1px solid black;
}

#add-question {
  padding-bottom: 1em;
}

.question {
  padding-bottom: 1em;
}

.question h2 {
    font-size: 1.3em;
}

.question h3 {
  margin: 0;
  text-decoration: underline;
}

.question p {
    margin-top: 0;
}

#question-label {
    display: block;
    margin: 1em 0;
    font-size: 1.5em;
}

#question {
    width: 100%;
    height: 6em;
    margin-bottom: 1em;
}

#from-label {
    width: 7em;
    display: inline-block;
    margin-bottom: 1em;
}

.reply-details {
  display: flex;
}

.reply-details p {
  min-width: 20em;
}

.reply-label {
  display: block;
  margin-top: 1em;
  font-weight: bold;
}

#submit-question, .submit-reply {
    font-size: 1.05em;
    padding: 0.4em 1.2em;
}

.submit-reply {
  margin-top: 1em;
}

.answer-text {
  margin-bottom: 1em;
}

.recording-container {
  margin-bottom: 1em;
}

.answer-video {
  margin-bottom: 1em;
}

#answerText {
  width: 35em;
  height: 10em;
}

.progress {
    width: 250px;
    position: relative;
    margin-top: 1em;
    border: 1px solid black;
}

.bar {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #a0a0dd;
    z-index: -1;
}

.percent {
  padding: 0.2em 0.5em;
}


