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

.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__answer input{
    background-color: #15151e;
    padding: 15px;
    border-radius: 12px;
    color: #c3c2d5 !important;
}

.LiveField__answer textarea{
    background-color: #15151e !important;
    padding: 15px;
    border-radius: 12px;
    color: #c3c2d5 !important;
}

@media (min-width: 500px){
    .LiveFieldSection__row .LiveField:first-child {
    padding: 0px;}
}

@media (min-width: 500px){
    .LiveFieldSection__row .LiveField:last-child {
    padding:0px;;}
}

.LiveField__answer placeholder{
    color: #c3c2d5 !important;
}

.LiveField__input:not(.LiveField__input--manualfocus){
    border: none;
}

.LiveField .LiveField__container{
    padding: 4px;
}

.submit .btn-raised {
    width:auto;
}

