body {
    font-family: Arial, sans-serif;
    padding: 20px;
    background: #2b031d;
    color: #ffffff;
}

h1 {
    margin-bottom: 20px;
    text-align: center;
}

table.dataTable {
    color: #eee;
}

table.dataTable thead th {
    background: #1b1b1b;
    color: #fff;
}

.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
    background: #222;
    color: #eee;
    border: 1px solid #555;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #eee !important;
}

tr.low td {
    background-color: #d9ff00 !important;
    color: #000000 !important;
    box-shadow: none !important;
}

tr.moderate td {
    background-color: #ffca38 !important;
    color: #000000 !important;
    box-shadow: none !important;
}

tr.high td {
    background-color: #ef5800 !important;
    color: #000000 !important;
    box-shadow: none !important;
}

tr.critical td {
    background-color: #c62828 !important;
    color: #000000 !important;
    box-shadow: none !important;
}