.yeekit-where-block .field {
    width: 35%;
    max-width: 35%;
}

.yeekit-where-block td {
    padding: 0 10px 10px 0;
}

.yeekit-where-block .yeekit-rule-delete {
    background-color: transparent;
    border: none;
    color: #d63638;
    font-size: 16px;
    padding: 0 2px;
    height: 32px;
    vertical-align: middle;
    cursor: pointer;
}
/* Force the custom cell to be a full-width separate row */
.yeekit-where-block table tr td.custom {
    width: 100% !important;
    padding-top: 8px;
}

.yeekit-where-block table tr td.custom textarea {
    width: 100% !important;
}