.table td, 
.table th {
    white-space: nowrap;
    width: 1%;
    font-size: 11px;
}
th {
  text-align: center; 
  background: rgb(240,240,240);
  vertical-align: middle !important;
}
table {
  display: block;
  margin: 0 auto;
  overflow-x: auto;
  white-space: nowrap;
}
.table td:nth-child(2),.table th:nth-child(2) {
  text-align: left; 
}
.table td:nth-child(3) {
  text-align: right; 
}
.BetMGM {
  background-color: #EADBAF !important;
  color: black !important;
}
.DraftKings {
  background-color: #60B50E !important;
  color: #fff !important;
}
.Fanduel {
  background-color: #0158BA !important;
  color: #fff !important;
}
.bet365 {
  background-color: #136D51 !important;
  color: #FFE419 !important;
}
.betodds {
  background-color: #fff;
  border-radius: 4px;
  color: black; 
  font-weight: bold;
  padding: 9px;
  text-align: center;
  border: 1px solid #ddd;
  display: inline-block;
  cursor: pointer;
}
.responsive-ad {  
    background-color: #E5E8EA;
    text-align: center;
}
@media screen and (max-width: 460px) {  
  .responsive-ad {
    text-align: left; 
  }
}
.progress-container {
  justify-content: center;
  align-items: center;
  /* background: #000; */
  display: flex;
  /* height: 100vh; */
}
.progress {
  background: white; /* rgba(255,255,255,0.1); */ 
  justify-content: flex-start;
  border-radius: 100px;
  align-items: center;
  position: relative;
  /* padding: 0 5px; */
  display: flex;
  /* height: 40px; */
  width: 100%;
}
.progress-value {
  animation: load 8s normal forwards;
  box-shadow: 0 10px 40px -10px #fff;
  border-radius: 10px;
  background: #ddd;
  height: 20px;
  width: 0;
}
@keyframes load {
  0% { width: 0; }
  100% { width: 100%; }
}