.ivs.dark{background:#2f3336;border-radius:10px;padding:14px;color:#f1f1f1}
.ivs .selects select{background:#3a3f43;border:1px solid #555;color:#fff;padding:8px;border-radius:6px;margin-right:10px}
.tablewrap{overflow:auto}
.table{width:100%;border-collapse:separate;border-spacing:0 6px}
.table thead th{font-weight:600;text-align:left;padding:10px 12px;background:#3a3f43;border-bottom:1px solid #444}
.table tbody tr{background:#383c40}
.table tbody td{padding:10px 12px;border-top:1px solid #444;border-bottom:1px solid #444}
.table tbody tr td:first-child{border-left:1px solid #444;border-top-left-radius:6px;border-bottom-left-radius:6px}
.table tbody tr td:last-child{border-right:1px solid #444;border-top-right-radius:6px;border-bottom-right-radius:6px;text-align:right}
.button.green{background:#2ea44f;color:#fff;border:none;border-radius:6px;padding:8px 10px;cursor:pointer}
.pill{display:inline-block;background:#777;color:#fff;border-radius:20px;padding:6px 10px;font-size:12px}
.status{margin:6px 0 10px 0;font-size:12px;color:#ddd}
.empty{text-align:center;color:#bbb}