.kcdoc .documentBody.conditional #questions .question .answers .answerwrapper.box INPUT[type="checkbox"],
.kcdoc .documentBody.conditional #questions .question .answers  .answerwrapper.box INPUT[type="radio"] {
  display: none;
  margin-bottom: 0;
}
.kcdoc .documentBody.conditional #questions .question .answers .answerwrapper.box INPUT[type="checkbox"] + LABEL,
.kcdoc .documentBody.conditional #questions .question .answers .answerwrapper.box INPUT[type="radio"] + LABEL {
  margin-bottom: 0;
  border: 1px solid black;
  background-color: #ffffff;
  padding: 5px 20px;
  color: #000000;
  width: 50%;
  cursor: pointer;
  display: inline-block;
  border-radius: 5px;
}
.kcdoc .documentBody.conditional #questions .question .answers .answerwrapper.box INPUT[type="checkbox"]:checked + LABEL,
.kcdoc .documentBody.conditional #questions .question .answers .answerwrapper.box INPUT[type="radio"]:checked + LABEL {
  background-color: #e6edf5;
}

.kcdoc .documentBody.conditional #questions .question .answers .answer_title{
    padding: 1px;
}