<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.alertIcon {
    font-size: 14px;
    margin-left: 0;
    position: relative;
    bottom: 2px;
    color: #fc3131;
}

.alertTable-box {
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
}

.tableTitle {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

.alertTable .table&gt;thead&gt;tr&gt;th {
    background-color: #f2f2f2;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

.alertTable .table&gt;tbody&gt;tr&gt;td {
    text-align: center;
    vertical-align: middle;
}

.alertTable .table&gt;tbody&gt;tr&gt;td.tlLeft {
    text-align: left;
}</pre></body></html>