#subjective_hints .negative .hint:before {
    font-family: FontAwesome;
    content: '\f057';
    padding-right: .5em;
}
#subjective_hints .positive .hint:before {
    font-family: FontAwesome;
    content: '\f058';
    padding-right: .5em;
}
button#subjective_submit, button#subjective_reload {
    float: right;
    margin-top: 1em;
}
#subjective_attempts {
  float: right;
  margin-top: 1em;
  pointer-events: none;
}
#subjective_feedback > .text-white {
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
}
