.jquery-modal .modal {
    padding: 0px !important;
}

.pnd-cmp-modal-body {
    max-height: 600px;
    overflow: auto;
    font-size: 14px;
}

.pnd-cmp-modal .pnd-cmp-modal-heading {
    background: #E8D8DB;
    padding: 2rem 1.5rem;
}

.operator-row {
    border: 3px solid #e8d8db;
    padding: 8px;
    box-shadow: 2px 2px 12px #aaa;
    margin-bottom: 20px;
}

.operator-label {
    font-weight: bold;
    line-height: 28px;
}

.operator-text {
    font-weight: 300;
}

.operator-cell {
    clear: both !important;
    margin-bottom: 5px;
}

.operator-cell:first-of-type {
    text-align: left;
    background: #fff;
    border-bottom: 2px dashed #e8d8db;
    padding: 6px 0px;
}

.operator-cell a:hover {
    text-decoration: underline;
}

.operator-icon {
    float: left;
    margin-right: 4px;
}