/*table { border-collapse: separate; }*/

    /*tr:first-child td:first-child { border-top-left-radius: 8px; }*/
    /*tr:first-child td:last-child { border-top-right-radius: 10px; }*/
    .rms_alarm_table tr:first-child td:first-child {
        border-bottom-left-radius: 10px;
    }

    .rms_alarm_table tr:last-child td:last-child {
        border-bottom-right-radius: 10px;
    }

    .rms_alarm_table.tr-header {
    color: #126c36;
    padding: 0px;
    margin-bottom: 5px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.rms_alarm_table.tr-header-sub {
        padding: 0px;
        margin: 0px;
        font-size: 12px;
        color: black;
        font-weight: 600;
        font-family: system-ui;
        font-feature-settings: normal;
    }

    .rms_alarm_table.tr-header-date {
        padding: 0px;
        margin: 0px;
        font-size: 12px;
        color: black;
        font-weight: 600;
        font-family: system-ui;
        font-feature-settings: normal;
    }
    .rms_alarm_table  td {
    font-size: 12px;
    line-height: 14px;
    font-family: sans-serif;
    font-feature-settings: normal;
    color: #333;
}
.rms_alarm_table th {
    font-size: 12px;
    line-height: 14px;
    font-family: sans-serif;
    font-feature-settings: normal;
}