.resetDiv {
    display: flex;
    justify-content: center;
    font-size: 19px;
}

span.defaultordercode {
    font-weight: bold;
    /* font-size: 18px; */
}

table#atmtable {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    border-collapse: collapse;
}

table#atmtable td {
    background: #fff;
    font-weight: 500;
}

table#atmtable th {
    background: #cfe7ff;
    font-size: 19px;
    font-weight: bold;
}

table#atmtable th, table#atmtable td {
    border: 1px solid #e9e9e9;
    border-radius: 0px;
}