
.wrapper {
    margin-top: 5vh;
  }
  
  
  .dataTables_filter {
    float: right;
  }
  
  .table-hover > tbody > tr:hover {
    background-color: #ccffff;
  }
  
  @media only screen and (min-width: 768px) {
    .table {
      table-layout: fixed;
      max-width: 100% !important;
    }
  }
  
  thead {
    background: #ddd;
  }
  
  .table td:nth-child(2) {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .highlight {
    background: #ffff99;
  }
  
  @media only screen and (max-width: 767px) {
    /* Force table to not be like tables anymore */
    table,
  thead,
  tbody,
  th,
  td,
  tr {
      display: block;
  
    }
  
    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr,
  tfoot tr {
      position: absolute;
      top: -9999px;
      left: -9999px;
    }
  
    td {
      /* Behave  like a "row" */
      border: none;
      border-bottom: 1px solid #eee;
      position: relative;
      padding-left: 50% !important;
      width:auto;
    }
  
    td:before {
      /* Now like a table header */
      position: absolute;
      /* Top/left values mimic padding */
      top: 6px;
      left: 6px;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap;
    }
  
    .table td:nth-child(1) {
      background: #ccc;
      height: 100%;
      top: 0;
      left: 0;
      font-weight: bold;
    }
  
    /*
    Label the data
    */
    td:nth-of-type(1):before {
      content: "Delegated Date";
    }
  
    td:nth-of-type(2):before {
      content: "Delegator User";
    }
  
    td:nth-of-type(3):before {
      content: "Delegated Amount (SP)";
    }
    .dataTables_length {
      display: none;
    }
  }
  
  .cd__intro{
     padding: 60px 30px;
     margin-bottom: 15px;
          flex-direction: column;
  
  }
  .cd__intro,
  .cd__credit{
      display: flex;
      width: 100%;
      justify-content: center;
      align-items: center;
      background: #fff;
      color: #333;
      line-height: 1.5;
      text-align: center;
  }
  
  .cd__intro h1 {
     font-size: 18pt;
     padding-bottom: 15px;
  
  }
  .cd__intro p{
     font-size: 14px;
  }
  
  .cd__action{
     text-align: center;
     display: block;
     margin-top: 20px;
  }
  
  .cd__action a.cd__btn {
    text-decoration: none;
    color: #666;
     border: 2px solid #666;
     padding: 10px 15px;
     display: inline-block;
     margin-left: 5px;
  }
  .cd__action a.cd__btn:hover{
     background: #666;
     color: #fff;
      transition: .3s;
  -webkit-transition: .3s;
  }
  .cd__action .cd__btn:before{
    font-family: FontAwesome;
    font-weight: normal;
    margin-right: 10px;
  }
  .down:before{content: "\f019"}
  .back:before{content:"\f112"}
  
  .cd__credit{
      padding: 12px;
      font-size: 9pt;
      margin-top: 40px;
  
  }
  .cd__credit span:before{
     font-family: FontAwesome;
     color: #e41b17;
     content: "\f004";
  
  
  }
  .cd__credit a{
     color: #333;
     text-decoration: none;
  }
  .cd__credit a:hover{
     color: #1DBF73; 
  }
  .cd__credit a:hover:after{
      font-family: FontAwesome;
      content: "\f08e";
      font-size: 9pt;
      position: absolute;
      margin: 3px;
  }
  .cd__main{
    background: #fff;
    padding: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    
  }
  .cd__main{
      display: flex;
      width: 100%;
  }
  
  @media only screen and (min-width: 1360px){
      .cd__main{
        max-width: 1280px;
        margin-left: auto;
        margin-right: auto; 
        padding: 24px;
      }
  }
  
  
  
  .no-js #loader { display: none;  }
  .js #loader { display: block; position: absolute; left: 100px; top: 0; }
  .se-pre-con {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      z-index: 9999;
      background: url(http://smallenvelop.com/demo/simple-pre-loader/images/loader-64x/Preloader_2.gif) center no-repeat #fff;
  }