body {
  background-color: black;
  color: white;
}


.tmdLogo {
  width: 350px;
  color: lime;
}

.ddLogo {

  width: 200px;

}

a {
  color: #09B;
}


ul {
  list-style-type: none;
}

tbody td {
  padding: 9px;
}

.statsBg {
  background-color: #222;

}

#lbListMain {

  width: 500px;

}

#lbListMain_temp tbody tr:nth-child(odd) {
  background-color: #222;
  color: #fff;
}

.tblStats {
  margin-right: -20px;

}

.lbTh,
.lbTd {
  text-align: center;
}

#PrizePool {
  color: #fcba03;
}

#lbListSearch {
  width: 150px;
  /* height: 49px; */
  border: 3px solid black;
  padding: 1px 0 0 48px;
  font-size: 14px;
  /* color: blue; */
  /* 
  background-image: url('images/search.jpg'); 
  background-repeat: no-repeat;
  background-position: center;
  */
  outline: 0;

}


.cont-loading {
  height: 32px;
}

.progressTd {
  padding: 3px 0 1px 0;
}


#searchClear {
  color: rgb(127, 0, 0);
  padding-left: 7px;
  font-weight: bold;
}

#resetRecords {
  padding-left: 7px;
}

.playerInfo {
  background-color: #222;
  color: #fff;
  /* visibility: hidden; */
}

.playerInfoFinished {
  background-color: #222;
  color: #fff;
  border: 1px solid #960;
  /* visibility: hidden; */
}

.playerName {
  /* color: lime; */
}

.piCollapse {
  padding: 0 0 0 0;
}

.no-padding {
  padding: 0 0 0 0;
}

.td-center {
  text-align: center;
}

.lbSpacer {
  width: 100%;
  height: 7px;
  padding: 0 0 0 0;
  background: black;
}

.middleCol {
  /* border: 1px solid rgb(33, 33, 33); */
  border-top: 0px;
  border-bottom: 0px;
  /* background-color: rgba(99, 0, 0, 0.377); */
}

.hr-container {
  /* border: 2px solid rgb(99, 99, 99); */
  border: 0px;
}

.col-side {
  /* background-color: rgb(11, 11, 11); */
}


.to-top-box {
  position: fixed;
  bottom: 0;
  right: 0;
}

.to-top-arrow {
  float: left;
  width: 55px;
  color: rgb(127, 0, 0);
  font-size: 30px;
}


.th-lb-0 { width: 25px }    /* bookmark */
.th-lb-1 { width: 30px }    /* Pos */
.th-lb-2 { width: 25px }    /* Twitch */
.th-lb-3 { width: 25px }    /* TM.io */
.th-lb-4 { width: 190px }   /* Name */
.th-lb-5 { width: 100px }   /* Height */
.th-lb-6 { width: 20px }    /* Floor */
.th-lb-7 { width: 100px }   /* When */  


#apiError {
  border: red 1px solid;
  background-color: brown;  
  color: white;
}