.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:5px 0;
}

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

.LiveField__input {
    background:#F3F4F8;
    padding:15px 20px;
    border-radius:40px;
    min-height:40px;
    border:none;
}

.LiveField__input:not(.LiveField__input--manualfocus), textarea.LiveField__input[rows="1"], .LiveField__input--manualfocus:not(:focus) {
    border-bottom:none;
}

textarea.LiveField__input[rows] {
    background:#F3F4F8;
    padding:15px 20px;
    border-radius:40px;
    border:none;
}
textarea.LiveField__input[rows]:hover,
textarea.LiveField__input[rows]:focus {
    background: #F3F4F8;
}

.Select-control {
    background: #F3F4F8;
    border-radius:40px;
}

.submit .btn-raised {
    width:auto;
    padding: 10px 40px;
    box-shadow:none;
}
.submit .btn-raised:hover,
.submit .btn-raised:focus{
    background: #223A5E;
}

.Choices__choice.btn-default {
    background-color: transparent;
    box-shadow:none;
}
.ChoicesQuestion.Choices .Choices__choice .material-icons {
    padding:0;
    margin:0;
    float:left;
}
.Choices__label {
    padding-right:0;
    padding-left:10px;
}

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