.correct {
    background-color: lightgreen;
  }
  
  .wrong {
    background-color: red;
  }
  
  .champrow {
    border-top: 4px double #E78F08;
  }
  
  .scorerow {
    border-top: 4px double #E78F08;
    /*border-top-style: double;/* solid solid solid; */
  }
  
  .scorecell {
    text-align: right;
  }
  
  .no-border {
    border-right-style: none;
    border-left-style: none;
  }
  
  #container {
    width: 100%;
  }
  
  
  #gamesdiv {
    /*float: left;*/
    margin-right: 20px;
  }
  
  #leaderdiv {
    /*float: left;*/
    margin-right: 20px;
  }
  
  #diffdiv {
    /*float: left;*/
    margin-right: 10px;
  }
  
  #diffdiv td:hover {
      cursor: pointer;
      background-color: rgb(192, 239, 62);
      
  }
  
  .hover {
      cursor: pointer;
      background-color: rgb(167, 204, 65);
  }
  
  #tiesdiv {
    display: inline-block;
  }
  
  #tiesdiv li:hover {
      cursor: pointer;
      background-color: rgb(255, 255, 1);
  }
