﻿/*body {
}*/

.table-responsive-body
{
    max-height: 250px;
    overflow-y: scroll;
    margin-top: -7.5px; /* Reduce the margin at the top */
    margin-left: -10px; /* Adjust as needed */
}

.table-responsive-body table {
    width: calc(100% + 5px); /* Adjust to compensate for the negative margin */
    /*width: 100%;*/
}

.table-responsive-header {
    /*max-height: 100px;
        overflow-y: scroll;*/
    margin-bottom: -7.5px; /* Reduce the margin at the bottom */
    margin-left: -10px; /* Adjust as needed */
}

    .table-responsive-header table {
        width: calc(100% + 5px); /* Adjust to compensate for the negative margin */
        /*width: 100%;*/
    }



