body {
  background-color: #fff;
}

@media (max-width: 620px) {
  #quiz {
    margin-bottom: 56px;
  }
}

#timer {
  position: fixed;
  bottom: 0;
  right: 12px;
  padding: 0 14px;
  background-color: #fff8dc;
  border: 2px solid #ffeb8e;
  border-bottom: none;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  box-shadow: 0px 0px 12px 1px #eee;
  text-align: center;
  line-height: 1;
  cursor: default;
  pointer-events: none;
}

#timer .countdown {
  margin: 5px 0 4px;
  font-size: 1.8em;
  font-weight: 500;
}

#timer .remaining {
  margin-bottom: 6px;
  font-size: 0.9em;
}

.question {
  margin-bottom: 16px;
  padding: 0 16px 16px;
  border-bottom: 1px solid #ddd;
}

.question .qn {
  font-weight: bold;
}

.question .qn + .pt {
  margin-top: 14px;
}

.question img {
  max-width: 100%;
  margin-bottom: 10px;
}

.question .pt {
  margin-bottom: 8px;
}

.question .spt {
  margin-left: 1.2em;
  margin-bottom: 8px;
}

.question-nav {
  margin: 20px 0;
  text-align: center;
}

.question-nav span {
  margin: 0 2em;
  font-size: 0.8em;
  letter-spacing: 0.1em;
}

.choices {
  padding-top: 10px;
}

.container-quiz {
  max-width: 960px;
}

#score {
  text-align: center;
}

#score h2, #score h3 {
  text-transform: uppercase;
}

#score .score-container {
  margin: 40px 0 50px;
  font-size: 1.4em;
}

#score .score {
  font-size: 2.4em;
}

#score table {
  margin: 0 auto 30px;
  width: auto;
}

#score .print > div {
  text-align: center;
}

#score .print button {
  margin-bottom: 16px;
}

#score .question-text {
  max-width: 300px;
  text-align: left;
}

#login, #forgot {
  margin-top: 15vh;
}

#login .forgot {
  margin-top: 15px;
  font-size: 0.94em;
}

.navbar-nav {
  margin: 0;
}

.navbar-nav > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
}
