.dgrid{
    grid-template-columns: 23% 23% 23% 23% !important;
    grid-column-gap: 2% !important;
}

.btns{margin-top: 9% !important;}

table.dataTable.no-footer {
    border-bottom: 0 !important;
}

@media screen and (max-width: 768px){
    .dgrid{
        grid-template-columns: 48% 48% !important;
    }
    .dgrid .btns {
        width: 100%;
        margin-left: 0%;
    }

    /* .dataTables_filter label {
        float: inherit;
        margin-top: 6px;
        margin-bottom: 0px;
        margin-right: 0px;
    } */
}