.main_container {
  border-width: thick; 
  border-color: black;
  border-style: solid;
  border-radius: 10px;
  height: 246px;
  width: 350px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  align-content: center;
}
.container_inner {
  border-radius: 5px;
  height: 37px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  background-color: black;
  width: 197px;
  align-content: center;
  padding: 5px;
}
.container_inner_text{
  font-size: 6px;
  color: black;
  width: 197px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3px;
}
 .num_tiles {
  display: inline-block;
  width: 22px;
  border: 1px solid white;
  height: 30px;
  background-color: black;
  color:white;
  font-size: 22px;
  text-align: center;
  line-height: 30px;
  padding: 1px;
  margin: 1px;
  font-family: verdana;
  vertical-align: centre;
}
.wheel_container_inner {
  height: 6px;
  border-style: solid;
  border-width: 1px 50px 1px 50px;
  border-colour: black;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 0px;
  background-color: silver;
  width: 197px;
  padding: 0px;
}
 .wheel_tiles {
  display: inline-block;
  width: 10px;
  border: 0px;
  height: 4px;
  color: white;
  vertical-align: top;
  background-color: black;
  padding: 0px;
  margin-top: 1px;
}
