 th { 
      white-space: normal !important;
      word-wrap: break-word;
      hyphens: auto;
    } 

    td { 

      white-space: normal !important;
      word-wrap: break-word;
      hyphens: auto;
      line-height: 20px !important;

    } 

  

    .se-pre-con {
      position: fixed;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      z-index: 9999;
      background: url(assets/images/loader-64x/Preloader_2.gif) center no-repeat #fff;
    }
