body{
    background-color: black;
    color: white;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
}

.middle {
  flex: 1; /* fill the remaining space */
  min-height: 0; /* optional */
  overflow: auto; /* overflow if exceeds available space */
}

.bottom {
  flex: 0 0 auto; /* don't grow or shrink in any case */
  height: 45px;
}

.bottombtn{
  float: right;
  margin-right: 10px;
  border-radius: 6px;
  height: 35px;
  font-size: 15pt;
}





h2{
  margin-top: 20px;
}
.table{
    background-color: black !important;
    width: 100%;
    text-align: left;
}
#leaderboard{
  width: 350px;
  margin: 0px auto;
}
#currentgameboard{
  width: 80%;
  margin: 0px auto;
}
th{
  background-color: black !important;
  color: white !important;
  font-size: 20pt;
  font-weight: bold;
}
td{
  background-color: black !important;
  color: white !important;
  font-size: 15pt;
  font-weight: bold;
}
.thplayerlb{
  text-align: left;
  width: 120px;
}
.thwinslb{
  text-align: right;
  width: 80px;
}
.thicon{
  width: 50px;
}
.thplayer{
  text-align: left;
}
.thpoints{
  width: 100px;
}
.thout{
  width: 100px;
}

.tdplayerlb{
  text-align: left;
}
.tdwinslb{
  text-align: right;
}

.tdicon{
  color: #FFD700 !important;
}
.tdplayer{
  width: 70%;
}
.tdpoints{
  text-align: right;  
}
.tdout{
  text-align: right;  
}

.row{
  margin-top: 20px;
}

.winner{
  font-size: 20pt;
  font-weight:bold;
}
.gameinfo{
  margin-top: 20px;
  font-size: 10pt;
  font-weight:bold;
}

.navbar-toggler{
  width: 47px;
  height: 30px;
  background-color: black;
}

.navbar-toggler .line{
  width: 100%;
  float: left;
  height: 2px;
  background-color: #fff;
  margin-bottom: 4px;
}

#infoTable td{
  font-size: 10pt;
}

.colid{
  font-size: 12pt !important;
  width: 35px;
}

#infoTable .highlight td{
  background-color: gold !important;
}