.report-table {
    width: 100%;
    border-collapse: collapse;
    max-height: 394px !important;  
}
#exportable{
    margin-bottom: 80px;
}

 /*   .report-table th, .report-table thead {
        background-color: #00ff90
    }*/

    .report-table th, .report-table td {
        padding: 8px;
        text-align: center;
    }



.report-table thead {
    position: sticky !important;
    top: 0 !important;
    background-color: #808088 !important;
}

.report-table tr:last-child {
    background: #808088;
}

.report-table tr:nth-child(even) {
    background: #dfdfdf;
}


.report-table th, .report-table thead {
    background-color: #808088 !important;
}

.report-table tbody tr:hover {
    background-color: #67bed9 !important;
    color: white !important;
}

table {
    border-collapse: initial !important;
    cursor: default !important;
}
