/* STAT TABLES */

.PlayerStatTables {
  background-color: #ffffff;
  box-shadow: 1px 1px 5px grey;
  padding-top: 0px;
}

.head {
  margin-bottom: 15px;
}

/* STANDINGS */
#pointsystem {
  padding-bottom: 10px;
}

.standing {
  text-align: center;
}

.team {
  text-align: left;
  white-space: nowrap;
}

.playoffstanding {
  text-align: right;
}

/* SCHEDULE */
.schedule {
  text-align: center;
}

.gameLink {
  text-decoration: underline;
}

.gameLink:visited {
  color: purple;
}

/* TEAM SCORING */
.teamLinks {
  margin-bottom: 10px;
  padding-bottom: 3px;
  text-align: center;
  vertical-align: top;
}

#top {
  float: right;
  margin-right: 27px;
  margin-top: 12px;
}

/* SEASON SELECTOR */
#submit {
  margin-left: 10px;
}

.season_form_div {
  position: absolute;
  top: .25rem;
  right: .75rem;
} 

/* PLAYER LIST */
.playerFilters {
  border-spacing: 5px 10px;
  margin-left: 10px;
  }

.playerFilters td {
  padding: 6px;
}

.playerFilters td a {
  color: black;
  text-decoration: underline;
}


/* ALL PLAYER STATS */
#nav-tab .nav-link {
  font-size: inherit;
}

#nav-tab a {
  color:black;
}

/* Team View */

.team_info {
  list-style-type: none;
  font-family: 'Robert Mono', monospace;
  font-size: 14px
}

#team_logo {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
  vertical-align: middle;
}

#team_logo_div {
  display: flex;
  align-items: center;
  height: 225px;
  width: 300px;
  line-height: 225px;
  border: 1px solid grey;
}

.no_center {
  text-align: left;
}

.center_table {
  text-align: center;
}

.standings {
  text-align: center;
  font-family: “Helvetica Neue”, Helvetica, Arial, sans-serif;
}

.vitals {
  padding-left: 8px;
  padding-right: 8px;
}

hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.selected {
  filter: grayscale() !important;
  cursor: default;
}

/* STATS HUB */
.dt-length {
  float: left;
}