#displayAction{
    display : inline-block !important;
}
#deleteButton{
    float : right !important;
}
.my-table .ant-table-thead {
    display: none;
 }
.mainTable .ant-table-thead>tr>th {
    text-align: center;
    /* background: steelblue;
    height: 54px;
    width: 25%;
    font-weight: lighter;
    text-shadow: 0 1px 0 #38678f;
    color: white;
    border: 1px solid #38678f;
    box-shadow: inset 0px 1px 2px #568ebd;
    transition: all 0.2s; */
}

.mainTable .ant-table-tbody>tr>td {
    text-align: center;
}

.mainTable .ant-input-number-input {
    text-align:right;
}

.mainTable .ant-input-number-handler-wrap {
    display: none;
}

 /* .mainTable span.ant-table-column-title {
    color: white;
} */