.quiz-container, .quiz-form, .quiz-result {
  margin-top: 20px;
  margin-bottom: 20px;
}

.quiz-list > li {
  border: 2px solid #0b213c;
  border-left: 0;
  border-right: 0;
  border-radius: 0!important;
}

.quiz-question-number {
  font-size: 30px;
  font-weight: bold;
  margin-right: 10px; 
}

.quiz-container .panel-heading {
  font-size: 25px;
}

.quiz-answer-box {
  text-align: center;
}

.quiz-answer-box label {
  padding: 0;
}

.quiz-answer-box input[type="radio"] {
  position: static;
  margin: 0;
}

.quiz-element {
  /*display: none;*/
  border-color: #0b213c!important;
}

.quiz-element .panel-heading {
  background-color: #0b213c!important;
  border-color: #0b213c!important;
}

.quiz-element.quiz-active {
  /*display: block;*/
}

.quiz-element .col-sm-2 {
  width: 14%;
}

.quiz-form h4 {
    margin-bottom: 35px;
    line-height: 30px;
    font-weight: bold;
}

.btn-primary {
  background-color: #0b213c!important;
}