.n-table-header
  position relative
  background-color #E2E6EC
  &-center
    overflow hidden
    background-color #E2E6EC
  &-left
    left 0
    background-color #E2E6EC
  &-right
    right 0
    background-color #E2E6EC

.n-table-main
  flex auto
  position relative
.n-table-body
  position relative
  &-center
    overflow auto
    z-index 1
    height 100%
  &-left
    left 0
    max-height 100%
    overflow hidden
  &-right
    right 0
    max-height 100%
    overflow hidden

.n-table-header-left
.n-table-header-right
.n-table-body-left
.n-table-body-right
  top 0
  z-index 1
  position absolute
  box-shadow 0 2px 8px 0 #C5C9CF


