header > button { margin-left: auto; }

#table .gridjs-table {
    font-size: 0.875rem;
    height: auto !important;
    table-layout: fixed;
    width: 100%;
}

#table .gridjs-th {
    white-space: normal;
    word-break: break-word;
}

#table .gridjs-th,
#table .gridjs-td {
    padding: 6px 10px;
    line-height: 1.4;
}

#table .gridjs-search-input,
#table .gridjs-pagination {
    font-size: 0.875rem;
}

#table .gridjs-wrapper {
    height: auto !important;
    max-height: 500px;
}

#table td[data-row="info"]    { background-color: #e0f2fe; }
#table td[data-row="warning"] { background-color: #fef3c7; }
#table td[data-row="error"]   { background-color: #fee2e2; }

#total { text-align: right; }
