.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>thead>tr>th {
    background-color: #f2f2f2;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

.alertTable .table>tbody>tr>td {
    text-align: center;
    vertical-align: middle;
}

.alertTable .table>tbody>tr>td.tlLeft {
    text-align: left;
}