.LiveFieldSection .LiveField {
    box-shadow: none;
}

textarea.LiveField__input[rows] {
    background-color: #FFF;
    border: solid 1px #CCC;
    border-radius: 7px;
}

.Select-control {
    background: #FFF;
    border: solid 1px #CCC;
}

.Select-control .Select-placeholder {
    font-weight: normal;
}

.Select-menu-outer {
    font-weight: normal;
}