
  table{
    table-layout: fixed;
    border-collapse: collapse;
    color: #212529;
    width: 100%;
   
}


  thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #212529;
    border-top: 1px solid #212529;
    background-color: #97c93b;
    padding: .55rem 0;
  }

  thead tr th {
    vertical-align: middle !important;
  }

  thead th {
    padding: .55rem 0;
    text-align: center !important;
    border-right: 1px solid #7d7e81;
  }
  thead tr {
    border-right: 1px solid #212529;
    border-left: 1px solid #212529;
  }

  tbody {
    border-right: 1px solid #7d7e81;
    border-left: 1px solid #7d7e81;
    border-bottom: 1px solid #7d7e81;
  }
  tbody tr{
    border-bottom: 1px solid #7d7e81;
  }
  tbody  td{
    vertical-align: middle;
  font-size: .85rem;
    border-right: 1px solid #7d7e81;
    padding: .35rem .5rem ;
    word-wrap: break-word
  }

  .user-rank-img{
    height: 4rem;
  width: 4rem;
  display: block;
  background-size: contain;
  background-position: center;
  border-radius: 50%;
  
  background-color: #fff;
  background-repeat: no-repeat;
  }

  .user-rank-img.loaded{
    opacity: 1;
  }

  .user-rank-img.no-image {
    background: #fff;
  }


  .user-rank-img.no-image i {
    font-size: 1.5rem;
    color: #858585;
  }

  .lds-spinner.brown.center{
    left:55%;
  }

  .btn-view-stats-user,.btn-view-certif{
    
      background: transparent;
      color: #A58440;
      font-weight: 500;
      font-size: 12px;
      letter-spacing: .02rem;
      padding: .5rem .75rem;
      line-height: 1;
      margin-bottom: .7rem;
      cursor: pointer;
      transition: .25s ease;
      border: 1px solid #A58440;
      user-select: none;
      text-decoration: none;
   
  }

  .btn-view-stats-user:hover,.btn-view-certif:hover {
    background: #A58440;
   color:#fff;
   text-decoration: none;
  }