/*purple theme table*/
.purple-table
{
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  width:100%;
  border-collapse:collapse;
  border-bottom: 1px solid #8564a6;
}
.purple-table td
{
  font-size:1em;
  text-align:center;
  border-left: 1px solid #8564a6;
  border-right: 1px solid #8564a6;
  padding:3px 7px 2px 7px;
}
.purple-table th
{
  border: 1px solid #8564a6;
  background-color: #A664A6;
  color: white;
  font-weight: bold;
  font-size: 1.0em;

  padding-top: 5px;
  padding-bottom: 5px;
  /*text-align: left;*/
  position: sticky;
  top: 0;

}

.purple-table th::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 1px solid rgb(65, 65, 65);
  display: block;
  top: 0px;
}

.purple-table tr.alt
{
  color:#000000;
}
.purple-table td.total
{
  color:#000000;
  text-align:right;
}

#leadertable td, #difflefttable td{
  border-left: 1px dotted #8564a6;
  border-right: 1px dotted #8564a6;
  border-bottom: 1px solid #8564a6;
  
}

.correct {
  color: darkgreen;
  font-weight: bold;
}
  
.wrong {
  color: darkred;
  font-weight: bold;
}
  
.champrow {
  /*border-top: 3px double #8564a6;*/
}
  
.scorerow {
  /*border-top: 3px double #8564a6;*/
  /*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: none;
}
  
#tiesdiv li:hover {
  cursor: pointer;
  background-color: yellow;
}
