.js-table {
    width: 100%;
    background-color: darkgray;
}

.js-table > thead {
    color: white;
}

.js-table-header {

}

.js-table-header:hover {
    cursor: pointer;
}

.js-table-body {

}

.js-table-tr {
    background-color: white;
}

.js-table-td {

}

.js-table-loading-row {
    text-align: center;
}

/**/
.table {
    width: 100%;
    border: 1px solid black;
    margin-top: 1em;
    background-color: darkgray;
}

.table-head {
}

.table-head-th {
    color: white;
}

.table-head-th:hover {
    cursor: pointer;
}