body{
  font-family: Georgia, 'Times New Roman', Times, serif;  
}
/*purple theme table*/
.playoff{
  background-color:#ffceff;
}

.purple-table
{
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  width:100%;
  border-collapse:collapse;
  border-bottom: 1px solid #b78de0;
}
.purple-table td
{
  font-size:1em;
  text-align:center;
  border-left: 1px solid #b78de0;
  border-right: 1px solid #b78de0;
  padding:3px 7px 2px 7px;
}
.purple-table th
{
  border: 1px solid #b78de0;
  background-color: #d68ed6;
  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:nth-child(even) {
  border-bottom: 3px solid rgb(190, 161, 219);
}

.purple-table tr:nth-child(odd) {
  border-bottom: 1px dotted rgb(190, 161, 219);
}

.picks tr{
  border-bottom: 3px solid rgb(190, 161, 219);
}
.picks tr:nth-child(odd){
  background-color: rgb(248, 167, 255);
}

.purple-table tr.alt
{
  color:#000000;
}
.purple-table td.total
{
  color:#000000;
  text-align:right;
}
#leadertable tr, #difftable tr{
  border: none;
}

#leadertable td, #difftable td{
  border-left: 1px dotted #b78de0;
  border-right: 1px dotted #b78de0;
  border-bottom: 1px solid #b78de0;
  border-top: 1px solid #b78de0;
}

.pick-select{
  background-color: lightgreen;
}

.nowinner{
  color: #16537e;
}

/* https://www.color-hex.com/color-palette/1006754
*  following two color choices
*/
.correct {
  color: #34a853;
  /*font-weight: bold;*/
}

.wrong {
  color: #f44336;
  /*font-weight: bold;*/
}

.champrow {
  border-top: 3px double #b78de0;
  border-right: 1px solid #b78de0;
}
  
.scorerow {
  border-top: 3px double #b78de0;
  border-right: 1px solid #b78de0;
}
  
.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;
  margin-bottom: 20px;
}
  
#diffdiv {
  /*float: left;*/
  margin-right: 10px;
}
  
#diffdiv td:hover {
  cursor: pointer;
  background-color: rgb(192, 239, 62);
}
 
#diffdiv tr:hover {
  cursor: pointer;
  background-color: rgb(167, 204, 65);
}

#tiesdiv {
  margin-right: 20px;
  margin-bottom: 20px;
}

#tiesdiv li:hover {
  cursor: pointer;
  background-color: yellow;
}

.tiename{
  font-weight: bold;
}

.tieinfo{
  font-size: small;
}

.tiehightlight{
  background-color: lightgray;
}

.hover {
  background-color: rgb(167, 204, 65);
}

.diffShow{
    background-color: rgb(192, 239, 62);
}

.hide{
  display: none;
}

