label.correct-label {
  background-color: orange;
  color: white;
  padding: 5px;
  font-weight: bold;
  position: relative;
}

label.incorrect-label {
  background-color: #ccc;
  color: #444;
  padding: 5px;
  font-weight: bold;
  position: relative;
}

.symbol {
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 4px;
}

label.correct-label .symbol {
  color: green;
}

label.incorrect-label .symbol {
  color: red;
}
.webform-quiz-elements__score h3, .messages.messages--status, .messages.messages--error {
 display:none;
}
