.LiveField {
    width: auto !important;
}

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

.LiveFieldSection  {
    width: auto !important;
}

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

.Choices__choice.btn-default{
    background-color: #ffff;
    box-shadow: none !important;
    border: none !important;
}

.LiveField__input{
    background: #ffff;
    border-radius: 5px;
    padding: 15px 10px;
    border: 2px solid #d3d3d3;
}
.Select-control{
    background-color: transparent;
    border: none !important;
}
.submit .btn-raised.btn-primary{
    border-radius: 5px;
    background-color: #16478e;
    color: #fff;
    box-shadow: none;
}
.LiveField__input:not(.LiveField__input--manualfocus){
    border-bottom: 2px solid #d3d3d3 !important;
}
textarea.LiveField__input[rows]{
    background-color: #F3F4F8;
    transition: none !important;
}
textarea.LiveField__input[rows]:focus{
    box-shadow: none !important;
}

.__unstyled{
    display: none !important;
}