  table-sortable{
      border-width: 1vw;
      box-sizing: border-box;
  }
  table-responsive {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .gs-table-container{
    font-size: 0.95rem !important;
    border-width: 1px;
    border-radius: 3px;
    border-color: #ebeef1;
    border-style: solid;
    background-color: #ffffff;
    border-collapse: hidden !important;
  }
  .gs-table-container tr:nth-child(even)
  {
    background: #f9fbff;
  }
  .table-condensed {
    background-color: #ffffff;
    border-collapse: hidden !important;
  }
  .gs-table {
    margin-bottom: 0px!important;
  }
  .gs-table-head {
    text-align: right;
    background-color: #f0f4fa !important;
    border-style: none !important;
    border-spacing: 0px;
    border-collapse: hidden !important;
    font-size: 0.95rem;
  }

  .gs-table-head th:first-child {
    text-align: left;
  } 
  .gs-table-body{
    text-align: right;
    border-top: 0px solid #ebeef1 !important;
  }
  .gs-table-body td{
    text-align: right;
    word-break: break-all;
    font-size: 0.95rem;
  }  
  .gs-table-body td:first-child {
    text-align: left;
    word-break: break-all;
  }
  .rewardshare td {
    text-align: left;
  }
  .rewardshare th {
    text-align: left;
  }
  .rewardshare tr td:nth-child(4){
    text-align: right;
  }
  .rewardshare th:nth-child(4){
    text-align: right;
  }
  .rewardshare tr td:nth-child(3){
    text-align: right;
  }
  .rewardshare th:nth-child(3){
    text-align: right;
  }
  .rewardshare tr td:nth-child(5){
    text-align: right;
  }
  .rewardshare th:nth-child(5){
    text-align: right;
  }   
  .gs-pagination {
    color: #145f8a !important;
    margin: 1rem 1rem 1rem 1rem;
  }
  .gs-pagination row {
    margin-bottom: 1rem;
  }
  .gs-pagination col-md-6 {
    margin: 1rem 1rem 1rem 1rem;
  }  
  .gs-button{
    cursor:pointer;
    font-weight: 700;
  }
  .btn-gs-button  {
    font-size: 0.95rem;
    border-color: transparent;
    border-radius: 3px;
    color: #145f8a;
    padding: 0.175rem 0.75rem 0.175rem 0.75rem;   
  }
  .btn-gs-button:active {
    color: #ffffff;
    background-color: #3196d4;
  }   
  .btn-gs-button:hover {
    color: #ffffff;
    background-color: #3196d4;
  } 
  .btn-gs-button:active:hover {
    color: #ffffff;
    background-color: #3196d4;
  }    
  .btn-gs-button:disabled {
    color: #557a8f;
  }
  .btn-gs-button:disabled:hover {
    color: #557a8f;
  }  
  .btn-gs-group {
    box-shadow:none;
  }
  .btn-gs-group:hover {
    box-shadow:none;
  }


