#content_header {
  position: relative;
  padding-left: 200px;
  background-repeat: no-repeat;
  background-position: 35px bottom;
  background-size: auto 110px;
  background-color: hsl(0, 0%, 95%);
}

#section_header {
  padding: 7px 0px;
}

#player_name {
  font-size: 35px;
  font-weight: 500;
  margin-left: 0px;
}

#player_info {
  font-size: 15px;
}

.player_age {
  margin-left: 10px;
}

/* Body */

.position_0 td {
  background-color: #efefef;
  font-weight: 400;
}

.position_0,
.position_1,
.position_2,
.position_3,
.position_4,
.position_5 {
  display: none;
}

.stat_table th {
  cursor: default;
}

.earliest_season td {
  color: #b3b3b3;
  background-color: #ebebeb;
  text-align: center;
  font-size: 0.9rem;
}

.stat_table tr.low_minutes {
  color: hsl(0, 0%, 80%);
}

/* player summary page */

.player-overview-container {
  min-height:500px;
  padding: 1em 0;
  display: flex;
  flex-flow: row wrap;  
}

.player-overview-container .player-overview-section a {
  color: #eb9421;
}

/*
  1 column mobile
  2 columns wider-mobile
  3 colums table/desktop and larger
*/

.player-overview-container .player-overview-section {
  flex:1;  
  padding-bottom: 2em;  
}

@media screen and (min-width:600px) {
  .player-overview-container .player-overview-section {
    min-width: 50%;
  }  
}

@media screen and (min-width:800px) {
  .player-overview-container .player-overview-section {
    min-width: 33%;
  }  
}

.selected_game {
  background-color: hsl(34, 83%, 95%);
}

.modal-wrapper {
  display: none;
  padding: 10px 35px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: white;
  text-align: center;
  box-shadow: 0 6px 14px 3px hsla(0, 0%, 0%, 0.2);
  box-sizing: border-box;
  z-index: 1;
}

#clear_modal {
  float: left;
  margin-top: -3px;
}