.fixed-table-header .table thead {
    font-size: 15px;
    border-bottom: 2px solid #F9F9F9;
    background-color: #F9F9F9;
}

.fixed-table-header .table thead th {
    border-color: #EDEDED !important;
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5;
}

.fixed-table-container tbody td {
    border-color: #EDEDED;
}

.fixed-table-body::-webkit-scrollbar {
    display: none
}

.btn-group button {
    width: 100px;
    margin-right: 20px;
    margin-top: 0 !important;
}
