.alerts-viewer-table table {
    margin: 20px auto;
    border-collapse: collapse;
    width: 80%;
    background-color: white;
    border: 5px solid white;
    border-radius: 5px;
}

.alerts-viewer-table th {
    text-align: center;
    background-color: #26448F;
    color: #FFFFFF;
    padding: 10px;
}

.alerts-viewer-table td {
    padding: 10px;
    text-align: center;
    color: #0A0A0A; /* Font color for table cells */
}

.alerts-viewer-table .severity-0 {
    background-color: #00d084;
}

.alerts-viewer-table .severity-1 {
    background-color: #fcb900;
}

.alerts-viewer-table .severity-2 {
    background-color: #ff6900;
}

.alerts-viewer-table .severity-3 {
    background-color: #cf2e2e;
}