.editor > .DraftEditor-root > .DraftEditor-editorContainer > .public-DraftEditor-content > div > * {
    margin:0 auto;
}

::placeholder {
    color: white;
}

form {
    padding: 0 !important;
}

._iframe:not(._takeover) .editor {
    padding: 0 !important;
}

.Field__header, .LiveField__header, .LiveSummary__question, th.LiveSummary__question, .Scale__checkbox-label-text {
    font-family: 'Josefin Slab', "Helvetica Neue", Helvetica, Roboto, sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: rgba(30, 27, 22, 0);
    display: none !important;
}

.LiveField__input:not(.LiveField__input--manualfocus), textarea.LiveField__input[rows="1"], .LiveField__input--manualfocus:not(:focus) {
    border-bottom: 1px solid #af820f;
    color: white;
}

textarea.LiveField__input[rows] {
    border-bottom: 1px solid #af820f;
    color: white;
}
textarea.LiveField__input[rows], textarea.LiveField__input[rows]:hover {
    background-color: transparent;
    padding: 5px 0;
    border-bottom: 1px solid #af820f;
}
textarea.LiveField__input[rows]:focus {
    box-shadow:none;
}
textarea.LiveField__input[rows][rows='1'] {
    border-bottom-color: #af820f;
    padding: 0;
}

.submit .btn-raised.btn-primary {
    border-radius:0;
    width:auto;
}
.submit .btn-raised.btn-primary:hover {
    background-color: #111111;
    color: white;
}

.btn-raised, .btn-raised:hover {
    box-shadow: none;
}
