#elitePerformersPage #bd {
  background: #eee;
  padding: 16px 20px;
  width: 945px;
}
#elitePerformersPage #bd .s,
#elitePerformersPage #bd .t {
  border: none;
}
.elite-performers {
  font-family: NFLEndzoneSansMedium, sans-serif;
}
.elite-performers h3 {
  margin-bottom: 1em;
  font-size: 16px;
  color: #333;
}
.elite-performers summary::-webkit-details-marker {
  display: none;
}
.elite-performers .player .name {
  font-size: 14px;
  margin: 6px 0;
  color: #333;
}
.elite-performers .player .team,
.elite-performers .player .number {
  font-size: 10px;
  color: #757575;
}
.elite-performers .player .team img {
  vertical-align: middle;
  height: 20px;
  margin: -2px 4px -2px 0;
}
.elite-performers .player .position {
  display: inline-block;
  border: solid 1px #ccc;
  padding: 0 3px;
  margin: 0 5px;
  font-size: 10px;
  color: #757575;
}
.elite-performers .info {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  font-size: 10px;
  cursor: pointer;
  white-space: normal;
}
.elite-performers .info summary {
  color: #1b48e0;
  padding-right: 12px;
  min-height: 1em;
  background: url('/static/img/infoIcon_1764093296.svg') no-repeat center right;
  outline: none;
}
.elite-performers .info p {
  color: white;
  font-size: 11px;
  line-height: 1.5;
  text-align: left;
  background: #333;
  position: absolute;
  top: 20px;
  left: -10px;
  padding: 5px 10px;
  width: 200px;
  z-index: 2;
  pointer-events: none;
}
.elite-performers .info p:before {
  content: "";
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  top: -6px;
  border-style: solid;
  border-width: 0 6px 6px;
  border-color: transparent transparent #333;
}
.elite-performers select {
  float: right;
  line-height: 38px;
  width: 288px;
  max-width: 50%;
  -webkit-appearance: none;
  cursor: pointer;
  border: solid 1px #bbb;
  padding: 0 45px 0 15px;
  background: white url(/static/img/downArrow_1764093296.svg) no-repeat center right 8px;
}
.elite-performers .tab {
  display: inline-block;
  width: 144px;
  font-size: 12px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: black;
  background: white;
  border: solid 1px #bbb;
  cursor: pointer;
}
.elite-performers .tab.selected {
  background: #1b48e0;
  border-color: transparent;
  color: white;
}
.elite-performers .body {
  clear: both;
  margin-top: 25px;
}
.elite-performers .players li {
  margin-bottom: 15px;
  box-shadow: 0 0 4px rgba(0,0,0,.2);
  background: white;
}
.elite-performers .players .row > summary {
  position: relative;
  padding-right: 100px;
  font-size: 0;
  outline: none;
  white-space: nowrap;
}
.elite-performers .players .row summary .rank {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 55px;
  color: #333;
  width: 35px;
  text-align: center;
}
.elite-performers .players .row summary .player {
  display: inline-block;
  vertical-align: top;
  height: 45px;
  padding: 4px 0 0 63px;
}
.elite-performers .players summary .headshot {
  height: 55px;
  margin: -4px 0 0 -63px;
  float: left;
  background: linear-gradient(to bottom, #f7f7f7, white);
}
.elite-performers .players summary .score {
  position: absolute;
  top: 0;
  right: 40px;
  bottom: 0;
  text-align: right;
  padding-top: 13px;
}
.elite-performers .players summary .score em {
  display: block;
  font-size: 16px;
  color: #1b48e0;
}
.elite-performers .players .row .info p {
  left: auto;
  right: 0;
}
.elite-performers .players .row .info p:before {
  right: 10px;
}
.elite-performers .players .row > summary:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  background: white url(/static/img/downArrow_1764093296.svg) no-repeat center;
}
.elite-performers .players .row[open] > summary:after {
  transform: rotate(180deg);
}
.elite-performers .detail {
  padding: 40px 16px;
  border-top: solid 1px #ccc;
  color: #9e9e9e;
}
.elite-performers .detail:after {
  content: "";
  display: block;
  clear: both;
}
.elite-performers .primary {
  float: left;
  width: 600px;
}
.elite-performers .secondary {
  float: right;
  width: 300px;
  text-align: right;
}
.elite-performers .primary h4 {
  margin-bottom: 1em;
  font-size: 14px;
  color: #333;
}
.elite-performers .primary cite {
  float: right;
  margin-top: -2em;
  font-size: 11px;
}
.elite-performers .primary p {
  margin: 1em 0;
  line-height: 1.5em;
}
.elite-performers .playerCard {
  display: block;
  margin-top: 2em;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  color: #1b48e0;
}
.elite-performers .graph {
  position: relative;
  height: 200px;
  border: solid 1px #979797;
  border-width: 0 1px 1px 0;
  margin: 20px 60px 50px 0;
}
.elite-performers .graph .average {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(233,233,233,.5);
}
.elite-performers .graph .average span {
  display: block;
  margin-top: -1.3em;
  color: #ddd;
}
.elite-performers .graph .item {
  position: absolute;
  bottom: 0;
}
.elite-performers .graph .item .bar {
  height: 100%;
  width: 11px;
  margin-left: -5px;
  background: #b7b7b7;
}
.elite-performers .graph .item .bar:before,
.elite-performers .graph .item .bar:after {
  content: "";
  position: absolute;
  left: -6px;
  bottom: -6px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: solid 1px #333;
  background: white;
  z-index: 1;
}
.elite-performers .graph .item .bar:after {
  left: -3px;
  bottom: -3px;
  height: 5px;
  width: 5px;
  background: #333;
}
.elite-performers .graph .item .caption {
  display: none;
  position: absolute;
  top: -55px;
  right: -15px;
  padding: 2px 8px;
  background: #e9e9e9;
  border-radius: 8px;
  font-size: 9px;
  color: #9e9e9e;
  white-space: nowrap;
}
.elite-performers .graph .item:hover {
  z-index: 2;
}
.elite-performers .graph .item:hover .caption {
  display: block;
}
.elite-performers .graph .item .caption:after {
  content: "";
  position: absolute;
  right: 15px;
  bottom: -8px;
  border: solid 8px transparent;
  border-width: 8px 6px 0;
  border-top-color: #e9e9e9;
}
.elite-performers .graph .item .caption .name {
  color: #333;
  font-size: 13px;
}
.elite-performers .graph .item .caption em {
  font-weight: bold;
  display: inline;
}
.elite-performers .graph .item.current {
  z-index: 1;
}
.elite-performers .graph .item.current .bar {
  background: #1b48e0;
}
.elite-performers .graph .item.current .caption {
  display: block;
  background: white;
  top: -45px;
  left: -60px;
  right: auto;
}
.elite-performers .graph .item.current .caption:after {
  content: none;
}
.elite-performers .graph .label-x {
  position: absolute;
  bottom: -42px;
  right: -.7em;
  font-size: 10px;
}
.elite-performers .graph .label-y {
  position: absolute;
  right: -60px;
  font-size: 10px;
  text-align: right;
  width: 30px;
}
.elite-performers .graph .tick-x {
  position: absolute;
  bottom: -10px;
  height: 10px;
  margin-right: -1px;
  border-right: solid 1px #979797;
}
.elite-performers .graph .tick-x span {
  position: absolute;
  left: -.7em;
  top: 18px;
  width: 1.4em;
  font-size: 10px;
  text-align: center;
}
.elite-performers .graph .tick-y {
  position: absolute;
  right: 0;
}
.elite-performers .graph .tick-y span {
  position: absolute;
  top: -5px;
  left: 10px;
  font-size: 10px;
}
.elite-performers .videoItem {
  display: inline-block;
  box-shadow: 0 1px 2px rgba(0,0,0,.15);
  margin-bottom: 32px;
  width: 280px;
  text-align: left;
}
.elite-performers .videoItem .thumbnail a {
  display: block;
  white-space: nowrap;
}
.elite-performers .videoItem .thumbnail img {
  display: inline-block;
  vertical-align: middle;
}
.elite-performers .videoItem .thumbnail b {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: -50%;
  height: 0;
  width: 0;
}
.elite-performers .videoItem .thumbnail b:before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: -20px;
  height: 40px;
  width: 40px;
  background: rgba(0,0,0,.2);
  border: solid 2px white;
  border-radius: 50%;
}
.elite-performers .videoItem .thumbnail b:after {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  left: -3px;
  height: 0;
  width: 0;
  border: solid 0 transparent;
  border-left-color: white;
  border-width: 9px 0 9px 14px;
}
.elite-performers .videoItem .description a {
  display: block;
  padding: 16px;
  font-size: 20px;
  color: #333;
}
.elite-performers .videoItem .description a:hover {
  text-decoration: inherit;
}
.elite-performers .videoItem .thumbnail strong,
.elite-performers .videoItem .description em,
.elite-performers .videoItem .description p {
  display: none;
}
.elite-performers .leaders h4 {
  text-align: left;
  margin-bottom: 1em;
  font-size: 14px;
  color: #757575;
}
.elite-performers .leaders {
  position: relative;
  margin-bottom: 15px;
  padding: 15px 15px 23px;
  box-shadow: 0 0 4px rgba(0,0,0,.2);
  background: white;
}
.elite-performers .leaders .prev,
.elite-performers .leaders .next {
  position: absolute;
  top: 12px;
  left: 0;
  width: 245px;
  height: 38px;
  border: none;
  background: white url(/static/img/downArrow_1764093296.svg) no-repeat center;
  transform: rotate(90deg);
  transform-origin: bottom left;
  outline: none;
}
.elite-performers .leaders .next {
  left: auto;
  right: 0;
  transform: rotate(-90deg);
  transform-origin: bottom right;
}
.elite-performers .leaders.isFirst .prev,
.elite-performers .leaders.isLast .next {
  background-image: none;
}
.elite-performers .leaders .items {
  height: 223px;
  overflow: hidden;
  position: relative;
}
.elite-performers .leaders ul {
  white-space: nowrap;
  position: absolute;
}
.elite-performers .leaders li {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  text-align: center;
  padding: 0 23px;
}
.elite-performers .leaders .player {
  width: 135px;
  height: 190px;
  border: solid 1px #ccc;
}
.elite-performers .leaders .headshot {
  background: #f2f2f2;
}
.elite-performers .leaders .headshot img {
  height: 77px;
  display: block;
  margin: 0 auto;
}
.elite-performers .leaders .score {
  margin-top: 1em;
}
.elite-performers .leaders .score em {
  display: block;
  font-size: 16px;
}
.elite-performers .leaders .info summary {
  margin: 0;
}
.elite-performers .leaders .info p {
  top: auto;
  bottom: 20px;
  left: 9px;
}
.elite-performers .leaders .info p:before {
  top: auto;
  bottom: -6px;
  border-width: 6px 6px 0;
  border-color: #333 transparent transparent;
}
.elite-performers table {
  font-size: 13px;
  color: #757575;
  border-collapse: collapse;
  background: white;
  width: 100%;
  box-shadow: 0 0 4px rgba(0,0,0,.2);
  margin-bottom: 15px;
}
.elite-performers th {
  font-size: 12px;
  text-transform: uppercase;
  padding: 15px 10px 8px;
}
.elite-performers th:first-child,
.elite-performers td:first-child {
  border-right: solid 1px #ddd;
}
.elite-performers tbody tr:nth-child(odd) {
  background: #f3f3f3;
}
.elite-performers td {
  padding: 8px 10px;
}
.elite-performers .current td {
  border-top: solid 2px black;
  color: black;
  font-weight: bold;
}
.elite-performers .ad {
  margin: 0 auto;
}