/* -------------------- History Page Styles ---------- */

#history {
  width: 90%;
  font-size: 10pt;
  border-top: none;
  border-collapse: collapse;
  }
  
#history td {
  padding: .5em;
  text-align: center;
  vertical-align: top;
  border: 2px solid #00008B;
  }

#history .year {
  width: 9%;
  vertical-align: middle;
  }

.premiers {
  width: 20%;
  }

.runners_up {
  width: 20%;
  }

.best_fairest {
  width: 25%;
  }

.leading_goalkicker {
  width: 25%;
  }
  
.headshot {
 width: 90px;
 height: 113px;
}