.table-swf.table-dark {
    background: #343434;
    font-size: 14px;
}
.table-swf.table-dark thead th {
    background: #4e4e4e;
    border-color: transparent;
    color: #b49837;
}
.table-swf.table-dark td, .table-swf.table-dark th, .table-swf.table-dark thead th {
    border-color: #4e4e4e;
}
.table-swf.table-dark > tbody > tr > td {
    vertical-align: middle;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.table-swf.table-dark > tbody > tr > td,
.table-swf.table-dark > tbody > tr > th {
    padding: 8px 10px;
}

.table-swf.table-dark > tbody > tr:hover > td {
    background: #212121;
    cursor:pointer;
}
.table-swf.table-dark .btn-grey-dark {
    border: 2px solid #4e4e4e;
}