.nav {
overflow: hidden;
  background-color: #333;
  margin-bottom: 10px;
  width: 810px;
  position: relative;
  right: 5px;
}
.tiny {
  width: 15px;
  height: 15px;
}
.leagueTeams0 img {
  width: 156.5px;
  height: 99px;
}
.leagueTeams1 img {
  width: 103px;
  height: 99px;
}
.leagueTeams2 img {
  width: 103px;
  height: 64.6px;
}
.leagueTeams3 img {
  width: 76.25px;
  height: 64.6px;
}
.leagueTeams4 img {
  width: 76.25px;
  height: 47.5px;
}
.leagueTeams5 img {
  width: 60.2px;
  height: 47.5px;
}
.leagueTeams6 img {
  width: 49.5px;
  height: 47.5px;
}
.leagueTeams7 img {
  width: 49.5px;
  height: 37.2px;
}
.leagueTeams8 img {
  width: 41.85px;
  height: 37.2px;
}
.leagueTeams9 img {
  width: 41.85px;
  height: 30.3px;
}
.leagueTeams10 img {
  width: 36.125px;
  height: 30.3px;
}
.leagueTeams11 img {
  width: 31.6px;
  height: 30.3px;
}
.leagueTeams12 img {
  width: 36.125px;
  height: 25.42px;
}
.leagueTeams13 img {
  width: 36.125px;
  height: 21.75px;
}
.leagueTeams36 img {
  width: 50px;
  height: 31px;
}
.leagueTeams0,.leagueTeams1,.leagueTeams2,.leagueTeams3,.leagueTeams4,.leagueTeams5,.leagueTeams6,.leagueTeams7,.leagueTeams8,.leagueTeams9,.leagueTeams10,.leagueTeams11,.leagueTeams12,.leagueTeams13, .leagueTeams36 {
  text-align: center;
  display: inline-block;
}

.bracket td{
  border: hidden;
  height: 33.5px;
}
.header {
  text-align: justify;
}
#lastUpdate {
  text-align: right;
  display: inline-block;
  margin: 0 20px 0 0;
  float: right;
}

.header p {
  display: inline-block;
  text-align: left;
  margin: 0;
}
.header h1 {
  display: inline-block;
  text-align: left;
  margin: 0;
}

* {
  margin: auto;
}
body {
  background: #fff;
  color: #000;
  padding: 5px;
  padding-top: 0;
  font-family: Tahoma, Arial, Verdana, sans-serif;
  width: 800px;
  max-width: 800px;
  border: solid 1px black;
  margin-bottom: 50px;
}
.box {
   display: inline-block;
   vertical-align: top;
}
.green {
  background: #c0f4bc;
  width: 20px;
  height: 20px;
  border: solid 1px black;
}
.lightgreen {
  background: #d0fccc;
  width: 20px;
  height: 20px;
  border: solid 1px black;
}
.lightergreen {
  background: #e0fcdc;
  width: 20px;
  height: 20px;
  border: solid 1px black;
}
.blue {
  background: #c0f4fc;
  width: 20px;
  height: 20px;
  border: solid 1px black;
}
.lightblue {
  background: #ccf9ff;
  width: 20px;
  height: 20px;
  border: solid 1px black;
}

.red {
  background: #ffbcbc;
  width: 20px;
  height: 20px;
  border: solid 1px black;
}
.lightred {
  background: #ffcccc;
  width: 20px;
  height: 20px;
  border: solid 1px black;
}

.yellow {
  background: #fffcbc;
  width: 20px;
  height: 20px;
  border: solid 1px black;
}
.lightyellow {
  background: #ffffcc;
  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 a:hover {
  background-color: #ddd;
  color: black;
}
.past {
  border: solid 1px black;
  width: 200px;
  margin-right: 30px;
  margin-left: 30px;
  margin-bottom: 30px;
  padding-top: 10px;
  text-align: center;
}
.league {
 border: solid 1px black;
 width: 200px;
 height: 200px;
 margin: 20px 30px 20px 30px;
 display: inline-block;
 text-align: center;
}
.league:hover {
  background-color: #ddd;
}
.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;
}
.upcomingLeague {
 padding: 5px;
  border: 1px solid black;
  margin-bottom: 10px;
  margin-right: 12.5px;
  margin-left: 2px;
}
.stats {
  min-width: 200px;
}
.stats,.upcoming,.upcomingLeague, .teams, .teamsLeague, .past{
  display: inline-block;
}
.ratings tr td {
  width: 65px;
}
.skinny tr td {
  border: 1px solid black;
  text-align: center;
  width: 250px;
}
table  tr td, table tr th {
  border: 1px solid black;
  text-align: center;
  width: 75px;
  font-weight: normal;
}
table tr th {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
table tr th:hover {
  background-color: #E5E5E5;
  cursor: pointer;
}
table tr td img {
  width: 30px;
  height: 30px;
}

.prob tr td {
  font-size: 24px;
}
.probLeague tr td {
  font-size: 18px;
  width: 50px;
}
#chances {
  width: 800px;
}


.ratings table {
  margin: 0;
}
.skinny table {
  text-align: left;
}
.playoff {
  background-color: #c0f4bc;
}
.playofflite {
  background-color: #d0fccc;
}
.playoffliter {
  background-color: #e0fcdc;
}
.playoff2 {
  background-color: #c0f4fc;
}
.playoff2lite {
  background-color: #ccf9ff;
}
.playin {
  background-color: #fffcbc;
}
.playinlite {
  background-color: #ffffcc;
}
.rel {
  background-color: #ffbcbc;
}
.rellite {
  background-color: #ffcccc;
}

table {
  border-collapse: collapse;
}
#badge {
  height: 200px;
  width: 200px;
}
.flag {
  height: 40px;
  width: 80px;
}
#flag {
  height: 40px;
  width: 80px;
  display: inline-block;
}
.teams img {
  height: 60px;
  width: 60px;
  object-fit: scale-down;
}
.teamsLeague img {
  height: 45px;
  width: 45px;
  object-fit: scale-down;
}
.teams p {
  margin-bottom: 0;
  text-align: center;
}
img {
  object-fit: scale-down;
}
.date {
  position: relative;
  text-align: center;
  bottom: 10px;
}
.dateLeague {
  position: relative;
  left: 60px;
  bottom: 10px;
}
.game,.profile {
  min-width: 800px;
  margin-bottom: 10px;
}
 .game {
  border-bottom: solid 1px black;
}
.featured, .featuredMatch{
  width: 200px;
 height: 200px;
 margin: 20px 25px 20px 25px;
 display: inline-block;
 vertical-align: top;

}

.featured img {
  width: 150px;
  height: 150px;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.featuredMatch img {
  height: 85px;
  width: 85px;
  object-fit: scale-down;
}
 .featured ,.featuredMatch {
 text-align: center;
}
.featured h4, .featuredMatch h4 {
 text-align: center;
}
.featured p {
  text-align: center;
  max-width: 120px;
}
.featuredMatch p {
  text-align: center;
}
.featuredProb tr td{
  font-size: 24px;
}
#graph {
  width: 390px;
  height: 195px;
  margin-bottom;
}

