.container[role="main"] {
  width: 100%;
  max-width: 1600px;
}

.container[role="main"] > .row > .col-sm-12 {
  padding: 8px;
}

.grid {
  max-width: 1600px;
}

.grid > * {
  -webkit-flex: 1 1 300px;
  flex: 1 1 300px;
  background-color: white;
  background-size: cover;
  box-sizing: border-box;
  margin: 4px;
  min-height: 350px;
  color: white;
}

.grid .backer {
  padding: 10px;
  min-width: 150px;
  background-color: rgba(0,0,0,0.5);
}

.grid h4 {
  font-size: 22px;
}

.grid a {
  font-size: 17px;
  display: block;
  padding: 4px 0;
  color: inherit;
}

.baseball {
  background-image: url(http://www.kansascity.com/sports/mlb/kansas-city-royals/60k1ks/picture2382126/ALTERNATES/FREE_640/RoyalsOakland%20JFS%209-30-14%207664.jpg);
  -webkit-flex: 1 1 500px;
  flex: 1 1 500px;
  color: white;
}

.soccer {
  background-image: url(http://www.kansascity.com/latest-news/article152622.ece/ALTERNATES/LANDSCAPE_640/Soccer%20ball);
}

.soccer .backer {
  background-color: rgba(31,59,4,0.5);
}

.nba {
  background-image: url(http://www.kansascity.com/sports/nba/fu4b1z/picture711296/ALTERNATES/FREE_640/LeBron%207%201114.JPG);
}

.nhl {
  background-image: url(http://www.kansascity.com/latest-news/a2d7iv/picture24147043/ALTERNATES/FREE_640/AP726834740759);
  color: black;
}

.nhl .backer {
  background-color: rgba(255,255,255,0.4);
}

.nfl {
  background-image: url(http://www.kansascity.com/sports/nfl/kansas-city-chiefs/662qko/picture114683418/ALTERNATES/FREE_960/night);
  min-height: 400px;
  background-position: 40% bottom;
  -webkit-flex: 1 1 600px;
  flex: 1 1 600px;
}

.golf {
  background-image: url(http://www.kansascity.com/sports/golf/32mupy/picture70537532/ALTERNATES/FREE_640/watson);
  background-position: 30% top;
}

.tennis {
  background-image: url(http://www.kansascity.com/sports/11qloh/picture126284524/ALTERNATES/FREE_640/IMG_AP_16184644398458_2_1_JO8UGHVB_L245072857);
}

.nascar {
  background-image: url(http://www.kansascity.com/sports/nascar-auto-racing/mbfn1a/picture76071462/ALTERNATES/LANDSCAPE_640/NASCAR%20All%20Star%20Auto%20Racing);
  background-position: center bottom;
}

.ncaafb {
  background-image: url(http://www.kansascity.com/sports/college/sec/university-of-missouri/63ei3k/picture111363722/ALTERNATES/FREE_640/mutigers);
  background-position: 60% center;
}

.ncaabk {
  background-image: url(http://www.kansascity.com/sports/college/big-12/university-of-kansas/2gvotk/picture67253692/ALTERNATES/FREE_640/KU%20vs%20UConn%20sp%20031916%20rs%200672f);
  background-position: center top;
}

/* Five-game planner */

.five-game-planner {
  background-color: #efefef;
  margin: 4px;
  padding: 4px;
}

.five-game-planner h2 {
  padding: 10px 4px 0;
  margin: 0;
}

.five-game-planner .notes {
  font-style: italic;
  margin: 4px;
}

.planner-card {
  padding: 10px;
  margin: 4px;
  background-color: white;
  -webkit-flex: 0 1 200px;
  flex: 0 1 200px;
}

@media (max-width: 769px) {
  .planner-card {
    -webkit-flex: 1 1 200px;
    flex: 1 1 200px;
  }
}

.planner-card h4 {
  margin: 4px 0;
}

.planner-card ul {
  margin-left: 0;
}

.planner-card li, .planner-card .notes {
  list-style-type: none;
  font-size: 13px;
  font-family: "McClatchySans", "McClatchy Sans", Helvetica, sans-serif;
  margin: 4px 0;
}
