#TestLogo {
  text-align        : center;
  font-family       : Arial;
  font-size         : 26px;
  font-weight       : bold;
  color             : #D76B00;
}

.question-box {
}

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

.option-box {
  margin-top        : 5px;
}

.option-radio {
}

.option-text {  
}

#TestAbout {
  font-family       : Arial;
  font-size         : 12px;
  color             : black;
}

#QuestionsSet {
  font-family       : Arial;
  font-size         : 12px;
  color             : black;  
  padding           : 10px;
  width             : 100%;
  background-color  : #F2F2F2;
  border            : 1px solid #D56A00;
}

.button {
  width             : 150px;
  height            : 25px;
  font-size         : 12px;
}

#FormTest {
  margin            : 0px;
  padding           : 0px;
}

#QIScore {
  text-align        : center;
  font-size         : 20px;
  font-weight       : bold;
  color             : #339900;
}