.LiveField {
    width: auto !important;
}

.editor > .DraftEditor-root > .DraftEditor-editorContainer > .public-DraftEditor-content > div > * {
    max-width: 100% !important;
    padding:0 !important;
}

.LiveFieldSection  {
    width: auto !important;
}

.editor.editor--live {
    padding:0;
}

.LiveFieldSection .Paperform__QuestionBlock .Paperform__QuestionBlock--6mcmj .LiveFieldSection--last {
    width:100% !important;
    max-width:none;
}

.LiveField .LiveField__container {
    padding:10px 0;
}

.Field__header, .LiveField__header, .LiveSummary__question, th.LiveSummary__question, .Scale__checkbox-label-text {
    display:none;
}

.LiveField__input {
    background:white;
    padding:10px;
    border-radius:1px;
    border:1px solid #2f2f2f;
    color: #2f2f2f;
}

.LiveField__input:not(.LiveField__input--manualfocus), textarea.LiveField__input[rows="1"], .LiveField__input--manualfocus:not(:focus) {
    border-bottom:1px solid #2f2f2f;
}

textarea.LiveField__input[rows] {
    background:white;
    padding:10px;
    border-radius:1px;
    border:1px solid #2f2f2f;
    color: #2f2f2f;
}

.submit .btn-raised.btn-primary {
    border-radius:0;
}
.submit .btn-raised {
    width:auto;
    padding: 10px 20px;
    box-shadow:none;
    border-radius:0;
    border:1px solid #2f2f2f;
}
.submit .btn-raised:hover {
    background:white;
    color:#2f2f2f;
    border:1px solid #2f2f2f;
}

.editor.editor--live .submit {
    margin-top:20px;
}