* {
  margin: auto;
  max-width: 800px;
}
body {
  background: #fff;
  color: #000;
  padding: 5px;
  padding-top: 0;
  font-family: Tahoma;
  width: 800px;
  border: solid 1px black;
}
.box {
   display: inline-block;
   vertical-align: top;
}
.green {
  background: lime;
  width: 20px;
  height: 20px;
  border: solid 1px black;
}

.yellow {
  background: khaki;
  width: 20px;
  height: 20px;
  border: solid 1px black;
}

.nav a{
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
.nav {
overflow: hidden;
  background-color: #333;
  margin-bottom: 10px;
  width: 1000px;
}
.nav a:hover {
  background-color: #ddd;
  color: black;
}
.past {
  border: solid 1px black;
  width: 200px;
  margin-right: 50px;
  margin-bottom: 25px;
  padding-top: 10px;
}
.league {
 border: solid 1px black;
 width: 200px;
 height: 200px;
  margin: 20px 25px 20px 25px;
  display: inline-block;
}
.league img {
  width: 120px;
  height: 120px;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.league p {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.upcoming {
  margin-bottom: 25px;
}
.stats,.upcoming,.teams,.past{
  display: inline-block;
}
.ratings tr td {
  width: 65px;
}
.skinny tr td {
  border: 1px solid black;
  text-align: center;
  width: 250px;
}
table  tr td {
  border: 1px solid black;
  text-align: center;
  width: 75px;
}
table tr td img {
  width: 30px;
  height: 30px;
}

.prob tr td {
  font-size: 24px;
}
#chances {
  width: 800px;
}
.ratings table {
  margin: 0;
}
.skinny table {
  text-align: left;
}
.playoff {
  background-color: lime;
}
.playin {
  background-color: khaki;
}

table {
  border-collapse: collapse;
}
#badge {
  height: 200px;
  width: 200px;
}
#flag {
  height: 40px;
  width: 80px;
}
.flag {
  height: 40px;
  width: 80px;
}
.teams img {
  height: 60px;
  width: 60px;
  object-fit: scale-down;
}
.teams p {
  margin-bottom: 0;
  text-align: center;
}
img {
  object-fit: scale-down;
}
.date {
  position: relative;
  left: 70px;
  bottom: 10px;
}
.game,.profile {
  min-width: 800px;
  margin-bottom: 10px;
}
 .game {
  border-bottom: solid 1px black;
}

#graph {
  width: 390px;
  height: 195px;
  margin-bottom;

