.watupro-main-feedback input[type=button] {
  color: #ffffff;
  background-color: #00aced;
  box-shadow: none;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  border: hidden;
  display: inline;
  padding: 8px;
  background-size: auto;
  border-radius: 4px;
}
.watupro_buttons td input {
  color: #ffffff;
  background-color: #00aced;
  box-shadow: none;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  border: hidden;
  display: inline;
  padding: 8px;
  background-size: auto;
  border-radius: 4px;
}
#watupro_quiz {
font-size: 18px;
}
.user-answer {
color: #00aced
}
.user-answer span.answer {
color: #00aced;
font-weight: 300;
}
.answer.answerof-1 {
color: #fff;
}
.quiz-form label {
   display: inline !important;
}
.quiz-form input[type=’checkbox’] {
   display: inline !important;
}
.quiz-form input[type=’radio’] {
   display: inline !important;
}