#odds-table {
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  border-collapse: collapse;
  border: none;
  font-weight: 600;
  height: auto;
  overflow-y: scroll;
  overflow-x: scroll;
	background-color: #d9d9d9;
	margin: 0 auto;
	width: 100%;
  border-collapse: collapse;
	display:block;
}

#bet-type {
  width: auto;
  height: auto;
  border: 1px solid black;
  font-size: 12px;
  border-radius: 5px;
  margin-bottom: 10px;
  font-weight: 600;
  outline: none;
  cursor: pointer;
}

tr {
  border-bottom: 1px solid black;
	text-align: center;
}

.text-heads {
  width: 40px;
  padding-right: 10px;
  background-color: #7a7979;
}

.game-head {
  width: 100px !important;
}

.odds-heads>tr>th>img {
  max-width: 10px;
  height: 30px;
  margin-right: 10px;
  padding-bottom: 10px;
  background-color: #8c8c8c;
}

.logo-head {
  width: 100px;
}

tr>th>img {
  max-width: 5px;
}

.time {
  padding-right: 10px;
  color: black !important;
}

.prices {
  border: 1px solid black;
  border-radius: 5px;
  text-align: center;
  padding: 5px;
  margin: 5px;
  font-size: 12pt;
  white-space: nowrap;
}

.prices:hover {
  border: 1px solid grey;
}

.bet-nums-a {
  text-decoration: none;
  color: black;
}

.teams-a {
  text-decoration: none;
  color: black;
}

.prices {
  border: 1px solid gray;
  border-radius: 5px;
  text-align: center;
  margin: 10px;
  cursor: pointer;
}

.teams {
  padding-top: 15px;
  padding-right: 5px;
  padding-bottom: 15px;
}

.team-name {
  display: block;
  text-align: left;
  width: 200px;
  font-size: 9pt !important;
}

.team-name:hover {
  color: grey;
}

thead {
  background-color: #8c8c8c;
  border: 1px solid black !important;
}

#odds-heads img {
  height: auto;
  max-width: 80px;
  min-width: 80px;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

td {
  border: 1px solid black;
}

th {
  border: 1px solid black;
  padding: 8px;
}

.slider {
  width: 60px !important;
  max-width: 150px;
}

#sliderLabel {
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: white;
  padding-left: 30px !important;
}