.adaptive-no-tab-table {
    height: 99.5%;
}

.adaptive-tab-table {
    height: 93.5%;
}

.selected-row, .table-row-click:hover {
    background-color: #FF5722;
    color: white;
    cursor: pointer;
}

.selected-row {
    cursor: auto !important;
}