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

*:hover {
    box-shadow:none !important;
}

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

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

.LiveField__description {
    display: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:white;
    color:#414A49;
    padding:5px 20px;
    min-height:60px;
    border:1px solid #65C5B2;
    border-radius:10px;
    margin-bottom: 10px;
}

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

.PaperDateInput__input[data-length='2'] {
    width:75px;
}

textarea.LiveField__input[rows] {
    background:white;
    color:#414A49;
    padding:10px 20px;
    border:1px solid #65C5B2;
    border-radius:10px;
}

textarea.LiveField__input[rows]:hover,
textarea.LiveField__input[rows]:focus {
    background:white;
}

.Select-placeholder, .Select--single > .Select-control .Select-value {
    padding-left:0;
}
.Select-control {
    background:white;
    color:#414A49;
}
.btn-raised.btn-primary,.Rank__option--selected {
    padding:16px;
}

.Choices__label {
    padding-top:5px;
}
.Choices__choice {
    padding: 0 16px;
}
.Choices__choice.btn-default {
    background:white;
    color:#414A49;
    padding:16px;
}
.ChoicesQuestion.Choices .Choices__choice .material-icons {
    float:left;
    margin-left:0;
    padding-right:35px;
    font-size:20px;
}
.btn-raised.btn-primary,
.Rank__option--selected{
    padding: 10px 16px;
    color:white;
    box-shadow:none;
}

.submit .btn-raised {
    width:auto;
    box-shadow:none;
    padding:15px 20px;
    border-radius:10px;
}

.btn-raised {
    box-shadow:none;
}

.editor.editor--live .submit {
    text-align:left;
    margin-top:0;
}

.submit .btn-raised.btn-primary:hover,
.submit .btn-raised.btn-primary:focus {
    background:#01666E;
    color:white;
}

.YesNo .btn-raised.btn-default {
    border-radius:10px;
}

.YesNo .YesNo__button {
    width:48%;
    margin:0 1%;
}

.LiveHTML {
    margin-block-start:0 !important;
    margin-block-end:0 !important;
    margin-top: -50px !important;
    margin-bottom: -50px !important;
}

.Signature__wrapper {
    background:white;
    color:#414A49;
    border:1px solid #65C5B2;
    border-radius:10px;
}
.Signature {
    border:none;
    border-radius:10px;
}

.PaperDateInput_container {
    border:none;
}
.PaperDateInput__input {
    border-bottom:1px solid #65C5B2 !important;
}