#tableExcel, #wnxbxTbale {
    width: 100%;
    background: #bebebe;
}
#tableExcel td, #wnxbxTbale td {
    height: 36px;
    background: #FFF;
}
#tableExcel .firstRow td {
    height: 53px;
    background: rgb(255, 238, 207);
}
#wnxbxTbale .firstRow td {
    height: 53px;
    background: #009983;
}
#wnxbxTbale .firstRow td:first-child {
    padding-left: 0;
}
#wnxbxTbale tr td:first-child {
    padding-left: 20px;
}
