.LiveField__input{
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background-color: #fff;
    font-family: inherit;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 0.875rem;
    margin: 0 0 1rem 0 !important;
    padding: 0.5rem;
    height: 2.3125rem;
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;    
    box-sizing: border-box;
    transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}

textarea {
    width: 100%;
    height: 230px;
    float: left;
    border: 1px solid #e5e5e5;
    min-width: 600px;
    border-radius: 3px;
    background: white !important;
}
.LiveField .LiveField__container{
    padding: 0;
}
.submit .btn-raised.btn-primary{
    background: #6ff44a;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border: none;
    padding: 0 33px;
    height: 40px;
    line-height: normal;
    border-radius: 3px;
    width: 40%;
    align-content: center;
}
.editor.editor--live{
    padding: 0;
}
.LiveFieldSection{
    padding-top: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}
.LiveField{
    margin: 0 !important;
    width: 100%;
}
.LiveFieldSection{
    width: 100%;
}
.editor>.DraftEditor-root>.DraftEditor-editorContainer>.public-DraftEditor-content>div>*{
    margin: 0;
    width: 100%;
    max-width: 100%;
}