.widgit-loot-rules-table {
    background: #F9FAFB;
    color: rgba( 0, 0, 0, 0.87 );
    display: table;
    width: 100%;
    border-radius: .25em;
}

.widgit-loot-rules-table-header {
    font-weight: 700;
    display: table-header-group;
}

.widgit-loot-rules-table-row {
    display: table-row;
}

.widgit-loot-rules-table-body {
    display: table-row-group;
}

.widgit-loot-rules-table-body .widgit-loot-rules-table-row:nth-child(odd) .widgit-loot-rules-table-plugin,
.widgit-loot-rules-table-body .widgit-loot-rules-table-row:nth-child(odd) .widgit-loot-rules-table-rules {
    background: #EBEBEB;
}

.widgit-loot-rules-table-plugin,
.widgit-loot-rules-table-rules {
    display: table-cell;
    padding: .75em 1em;
    border-bottom: 1px solid #e4e5e5 !important;
}

.widgit-loot-rules-table-body .widgit-loot-rules-table-row:last-child .widgit-loot-rules-table-plugin,
.widgit-loot-rules-table-body .widgit-loot-rules-table-row:last-child .widgit-loot-rules-table-rules {
    border-bottom: none !important;
    border-bottom-left-radius: .25em;
    border-bottom-right-radius: .25em;
}