.editor > .DraftEditor-root > .DraftEditor-editorContainer > .public-DraftEditor-content > div > * {
    margin:0 auto;
    width:100%;
}

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

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

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

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

.LiveField__input {
    background:transparent;
    padding:10px 0;
    border-radius:0;
    border:0;
    border-bottom:1px solid #dddddd;
}

.LiveField__input:not(.LiveField__input--manualfocus) {
    border-bottom:1px solid #dddddd;
}

textarea.LiveField__input[rows] {
    background:transparent;
    padding:10px 0;
    border-radius:0;
    border-bottom:1px solid #dddddd;
}
textarea.LiveField__input[rows]:hover,
textarea.LiveField__input[rows]:focus {
    background:transparent;
}

.Select-control {
    background: transparent;
    border-radius:0;
    padding:0;
}

.editor.editor--live .submit {
    margin-top:10px;
}
.submit .btn-raised {
    width:auto;
    padding:15px 25px;
    border-radius:20px 20px 20px 0;
    border:none;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
}
.submit .btn-raised:hover {
    box-shadow:none;
}
.editor.editor--live .submit {
    margin-top:20px;
}
.btn-raised {
    box-shadow:none;
}

.Lifefield__answer {
    margin:0;
}
.LiveField__answer, .LiveField__required::before, .Link a, .Link, a.Link, .Address__input input, .Address__input select {
    color:#384C5A;
}
.LiveField__error {
    background-color:transparent;
    color:#C71B3A;
    text-align:left;
    padding:0 10px;
}

.SuccessfulSubmission {
    text-align:left;
}