#settings-button-container{

  position:absolute;
  top: 0px;
  right: 0px;

  height: 200px;
  width: 200px;

  text-align: right;

  z-index: 9999;


}

#ip_address, #close-settings-button{
font-size: 25px;
}

#settings-button-container > button{
  font-size: 25px;
  color: transparent;
  }

#settings-button{
  height: 100px;
  width: 100px;
  background-color: transparent;
  border: 1px solid transparent;
}


.main-bg{
  /* background: url(../imgs/leaderboard-bg.PNG);
  background-position: fixed;
  background-size: cover;
  background-repeat: no-repeat; */
  height: 100vh;
}

.overlay-bg {
  position: fixed; /* Sit on top of the page content */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.6); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}


.leader-board-container{
  padding-top: 25px;
  color: #fff;
}

.slide-game-title{
  -webkit-text-stroke: 3px red;
  font-size: 110px;
  font-weight: bolder;
  margin-top: 20px;
}

.slide-game-sub-title{
  -webkit-text-stroke: 3px red;
  font-size: 65px;
  font-weight: bolder;
}


.leader-board-table{
  margin-top: 100px;
  color: #000;
    font-size: 30px;
    font-weight: bolder;
}


.leader-board-table > thead > tr > th{
    background-color: red;
    color: #fff;
}

.text-left-td{
  text-align: left;
  font-size: 25px;
}

thead > tr > th{
  font-size: 25px;
}


.leader-board-left-image > img{
  height: 885px;

}


.logo-img{
  position: absolute;
  bottom: 0px;
  left: 28px;
  z-index: 2;
  width: 600px;
}


.empty-board{

  border: 10px solid red;
    border-radius: 50px;
    background: rgba(0,0,0,0.7);
    padding: 43px;
    position: absolute;
    top: 500px;
    font-size: 90px;
    font-weight: bold;
    text-align: center;

}


.bar_content {
  display: block;
  width: 100%;
  transform: translateX(100%);
  animation: move 30s linear infinite;
}

@keyframes move {
  to { transform: translateX(-100%); }
}
  