﻿.card-body {
    background: white;
}
.table-responsive {
    display: block;
    width: 100%;
    min-height: 0%;
    overflow-x: auto;
    padding: 20px;
}
button{
    padding:7px !important;
}