.StatsTable div{
  margin-top: 4%;
}

.StatsDisplay{
  margin-top: 2%;
  box-shadow: 0 0 1px rgba(0,0,0, .6);
  background-color: rgba(255,255,255, .6);
  padding: 3% 10px;
  color: rgb(0,0,0, .7);
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.1em;
  border-radius: 15px;
}

.StatsDisplayP{
  margin-top: 2%;
  box-shadow: 0 0 1px rgba(0,0,0, .6);
  background-color: rgba(255,255,255, .6);
  padding: 3% 10px;
  color: rgb(0,0,0, .7);
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.1em;
  border-radius: 15px;
}

.StatsDisplay th{
  color: rgba(60,177,244);
  font-size: 1.5em;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: lighter;
}

.StatsDisplayP th{
  color: rgba(60,177,244);
  font-size: 1.5em;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: lighter;
}
.StatsDisplay td, .StatsDisplay th {
  padding: 1% 5.5vw;
  border-bottom: 1px solid rgba(0,0,0, .1);
  border-collapse: collapse;
}

.StatsDisplayP td, .StatsDisplayP th {
  padding: 1% 5.5vw;
  border-bottom: 1px solid rgba(0,0,0, .1);
  border-collapse: collapse;
}

.tdNum{
  color: rgba(255,255,255);
  background-color: rgba(60,177,244);
  font-family: 'PP Neue Corp Wide', serif;
  font-size: 1.7em;
}

.StatsSectionHeader{
  color: rgba(0,0,0,.7);
  font-family: 'Bebas Neue', sans-serif;
  font-size: 3em;
  font-weight: bolder;
}
