.mlb-tab, .avg-tab{
  background-color: white;
  border: 2px solid black;
  display: inline-block;
  margin-right: 0px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 100px;
  height: 50px;
  display: inline-block;
  margin: 0 0px;
}
.era-tab, .nl-tab, .al-tab{
  background-color: gray;
  border: 1px solid black;
  display: inline-block;
  margin-right: 0px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 100px;
  height: 50px;
  display: inline-block;
  margin: 0 -5px;
}
.nl-tab{
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.al-tab{
  display: inline-block;
  margin: 0 0px;
}
.ols{ /* was originally intended to align both ol elements with each other*/
  overflow: hidden;
}
.ol2{ /*not being used right now */
  text-align: right;
  list-style-position: inside;
  font-size: 25px;
  float: right;
}
.player-ranks{
  font-size: 25px;
  float: left;
}
body{
  font-family: sans-serif;
}
.legal-notice{
  color: lightgray;
  text-align: center;
}
.show-more-players{
  background-color: #00BFFF;
  color: white;
  border: 0px;
  height: 40px;
  border-radius: 10px;
}
.go-button{
  background-color: lightgreen;
  border: 0px;
  color: white;
  border-radius: 10px;
}
ol{
  list-style-position: inside;
}
.name-column, .avg-column, .pre-adjusted-avg-column, .rank-column, .name-box, .avg-box, .pre-adjusted-avg-box, .rank-box{
  background-color: white;
  border: 2px solid black;
  display: inline-block;
  margin: 0 -5px;
  text-align: center;
}
.pre-adjusted-avg-column{
  width: 100px;
  height: 20px;
}
.name-column{
  width: 200px;
  height: 20px;
}
.avg-column{
  width: 100px;
  height: 20px;
}
.rank-column{
  width: 60px;
  height: 20px;
}
.rank-box{
  width: 64px;
  height: 20px;
}
.name-box{
  width: 205px;
  height: 20px;
}
.avg-box{
  width: 104px;
  height: 20px;
}
.pre-adjusted-avg-box{
  width: 100px;
  height: 20px;
}
.player-ranks{
  font-size: 0;
}
