.gx-excel-data-table {
    width: 100%;
    background-color: #FFFFFF;
}
table{
    border-collapse: collapse;
    border-spacing: 0;
}
.gx-excel-data-table tr, .gx-excel-data-table td, .gx-excel-data-table th {
    border: 1px solid rgb(214, 214, 214);
}

.gx-excel-data-table thead th {
    height: 40px;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    background-color: #F8F8F9;
}

.gx-excel-data-table .title {
    height: 50px;
    font-size: 16px;
}

.gx-excel-data-table tbody td {
    height: 40px;
    text-align: center;
    vertical-align: middle;
}
