.es-builder-query-form-row:not(:first-child) {
    margin-top: 10px;
}

.es-group {
    margin-top: 20px;
}

.query-sort-row:not(:first-child) {
    margin-top: 10px;
}

.query-bool-button button:not(:first-child) {
    margin-left: 20px
}

.query-bool-tool button:not(:first-child) {
    margin-left: 20px
}

input[readonly],select[readonly],textarea[readonly] {
    background-color: #ebedf0;
    border: none
}

input[disabled]:hover,select[disabled]:hover,textarea[disabled]:hover {
    cursor: not-allowed;
}

label:not[normal] {
    font-weight: bold
}

.deleted {
    text-decoration: line-through;
}

body {
    background-color: #E0E0E0;
}

a {
    cursor: pointer;
}