/* Table layout */
.table thead th, .jsgrid .jsgrid-table thead th {
    vertical-align: bottom !important;
    font-family: "Poppins", sans-serif !important;
}

.table td, .jsgrid .jsgrid-table td, .table th, .jsgrid .jsgrid-table th {
    vertical-align: middle;
    font-size: 0.875rem;
    font-family: "Poppins", sans-serif !important;
    line-height: 1.42857143 !important;
    white-space: normal !important;
    height: 35px;
    padding: 15px;
}