#content_header {
  position: relative;
  padding-left: 235px;
  background-repeat: no-repeat;
  background-position: 35px bottom;
  background-size: auto 135px;
  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, .player_draft {
  margin-left: 8px;
}

#player_contract {
  line-height: 15px;
  margin-bottom: 5px;
}

#team_salary_sheet, #team_salary_sheet a {
  color:hsl(0, 0%, 45%)
}

.dead_salary {
  text-decoration: line-through;
  color: #999;
}

.team_salary_sheet {
  color: #444;
}
/* 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;
}

.percentile-info {
  max-width: min-content;
}

.percentile_header {
  text-align: center;
  color: #707070;
  font-size: 13px;
  font-style: italic;
}

.percentile_tip_table th {
  text-align: center;
}

.percentile_footer {
  text-align: center;
  margin-bottom: 15px;
}

  .percentile_footer a {
    color: #707070;
    text-decoration: none;
    border: 1px solid #707070;
    border-radius: 4px;
    padding: 8px;
  }

  .percentile_footer a:hover {
    color: #505050;
    border-color: #505050;
    transition-duration: 0.3s;
  }
