body {
margin:0;
font-size: 1.5vmax;
font-family:Arial;
}

a:link {
  color: #0000ee;
  text-decoration: none;
}

a:visited {
  color: #0000ee;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}

h2 {
  border-bottom-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  font-size: 1.75vmax;
}

h3 {
  border-bottom-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  font-size: 1.75vmax;
}

#MRGlogo {
  padding: 1vmax;
}

.topnav {
  overflow: hidden;
  background-color: #000;
  z-index: 10;
}

.topnav a {
  float: left;
  display: block;
  text-align: center;
  padding: 0.75vmax 0.75vmax;
  text-decoration: none;
  color: #fff;
  font-size: 1.25vmax;
}

.active {
  background-color: #a6a6a6;
  color: #000;
}

.topnav .icon {
  display: none;
}

.topnav a:hover {
  background-color: #555;
  color: white;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}

.mainCont {
  margin: 0 auto;
  width: 90%;
}

#shoe {
  line-height: 80px;
  visibility: hidden;
}

#footer {
  display: flex;
  justify-content: center;
  font-size: 1.25vmax;
  color: #a6a6a6;
}

input, select {
  padding: 5px;
  display: inline-block;
  border: 1px solid #cccccc;
  box-sizing: border-box;
}

#h2hContainer {
  width: 100%;
  max-height: 75vh;
  overflow: auto;
}


#h2hTable {
  border: 1px solid #ddd;
  border-collapse: collapse;
  font-size: 20px;
  white-space: nowrap;
}

#h2hTable th, #h2hTable td {
  border: 1px solid #ddd;
  text-align: center;
  padding: 5px;
}

#h2hTable tr {
  border-bottom: 1px solid #ddd;
}

input, select {
  padding: 5px;
  display: inline-block;
  border: 1px solid #cccccc;
  box-sizing: border-box;
}

#h2hTable tr.header {
  background-color: #f1f1f1;
}

.tableFixHead          { overflow: auto; max-height: 75vh; width: 100%; border: 1px solid #cccccc;}
.tableFixHead thead { position: sticky; top: 0; z-index: 1;}

.tableFixCol { position: sticky; left: 0; z-index: 0; background: #000; Color: #fff; font-weight: bold;}

.Player {
background: #000;
Color: #fff;
}

.Corner {
background: #000;
position: sticky;
left: 0;
top: 0;
z-index: 1;
}

.NaN {
background: #DDD;
}

.Win {
background: #90EE90;
}

.Loss {
background: #FF7F7F;
}

.Even {
background: #FFF59E;
}
