/*
vim:fileencoding=utf-8:ts=2:sw=2:expandtab
*/

.dzft-team-overview .team-schedule .table-responsive table,
.dzft-team-overview .team-roster .table-responsive table{
  margin-bottom: 0;
  -webkit-font-smoothing: antialiased;
}

/* Teams By State Accordion */

.panel-group.teams-by-state .panel-title a{
  color: #D30010;
  text-decoration: none;
}

.panel-group.teams-by-state .panel-title a i{
  vertical-align: middle;
}

.panel-group.teams-by-state .panel-collapse .list-group .list-group-item{
  color: #48494a;
  text-decoration: none;
}

/* Team Roster */

.dzft-team-overview .team-roster table tbody tr td{
  vertical-align: middle;
}

.dzft-team-overview .team-roster .player div{
  display: inline-block;
  vertical-align: middle;
}

.dzft-team-overview .team-roster .player div:first-child img{
  height: 48px;
  width: 48px;
  object-fit: cover;
  border: 1px solid #eee;
  margin-right: 15px;
  border-radius: 4px;
}

.dzft-team-overview .team-roster .player div:last-child p:first-child{
  color: #2B2C3F;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
}

.dzft-team-overview .team-roster .player div:last-child p{
  margin-bottom: 0;
}

.dzft-team-overview .team-roster .player div:last-child p:last-child{
  color: #a5a6a7;
}