#question-modal .input-element {
    position: relative;
    max-width: none;
}
.checkbox-element input {
    position: absolute;
    width: auto!important;
    height: auto!important;
    -webkit-appearance: checkbox;
}