/* =========================================================
   SCORE.CSS
   - Tablas de puntaje (final)
   ========================================================= */

   .tableWrap{
    overflow:auto;
    border-radius: 14px;
    border:1px solid rgba(255,255,255,.12);
    background: rgba(0,0,0,.18);
  }
  
  table{
    width:100%;
    border-collapse: collapse;
    min-width: 520px;
  }
  
  th, td{
    padding:10px 12px;
    border-bottom:1px solid rgba(255,255,255,.10);
    text-align:left;
    font-size:13px;
    white-space: nowrap;
  }
  
  th{
    position: sticky;
    top:0;
    background: rgba(0,0,0,.35);
    z-index: 1;
    font-size:12px;
    color: rgba(255,255,255,.85);
  }
  
  .tdRight{ text-align:right; }
  .rank{ font-weight:1000; width: 44px; }
  .total{ font-weight:1000; }
  
  .winnerRow{
    background: rgba(125,255,178,.18);
    outline: 2px solid rgba(125,255,178,.35);
  }
  