/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0b1
build: 1160
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
input,
textarea,
select {
  *font-size: 100%;
}
legend {
  color: #000;
}
/* 
    Created on : Dec 4, 2013, 11:31:53 AM
    Author     : sakram
*/

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(0.9, 0.9);
    -moz-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-moz-keyframes pulsate {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(0.9, 0.9);
    -moz-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-ms-keyframes pulsate {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(0.9, 0.9);
    -moz-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-o-keyframes pulsate {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(0.9, 0.9);
    -moz-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(0.9, 0.9);
    -moz-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
body #wrap {
  background: url(/static/img/site-bg_1493315295.jpg) top center no-repeat #ffffff;
}
#bd {
  background-color: #e7e6e5;
}
#pb-app {
  position: relative;
  min-height: 200px;
}
#pb-app * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#pb-app .loading {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 200px;
  text-align: center;
  text-transform: uppercase;
  font: normal 15px/15px NFLEndzoneTechBold, sans-serif;
  color: #595959;
}
#pb-app .loading img {
  display: inline-block;
  margin-bottom: 10px;
}
div.filter {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #082452;
  display: table;
  margin: 0 auto;
}
div.filter a.filter {
  display: table-cell;
  min-width: 110px;
  text-align: center;
  padding: 5px 10px;
  color: #082452;
  text-transform: uppercase;
  font: normal 11px/13px NFLEndzoneTechBold, sans-serif;
  cursor: pointer;
}
div.filter a.filter.active {
  background-color: #082452;
  color: white;
}
/* Mobile Overrides */
@media (max-width: 600px) {
  body #wrap {
    background: none;
  }
  #bd {
    padding: 0px;
    background-color: #ededed;
    background-image: -webkit-gradient(left, linear, 0 0, 0 100%, from(#b0b0b0), color-stop(50%, #fcfcfc), to(#b0b0b0));
    background-image: -webkit-linear-gradient(left, #b0b0b0, #fcfcfc 50%, #b0b0b0);
    background-image: -moz-linear-gradient(left, #b0b0b0, #fcfcfc 50%, #b0b0b0);
    background-image: -o-linear-gradient(left, #b0b0b0, #fcfcfc 50%, #b0b0b0);
    background-image: linear-gradient(to right, #b0b0b0, #fcfcfc 50%, #b0b0b0);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb0b0b0', endColorstr='#ffb0b0b0', GradientType=0);
  }
  div.filter {
    margin-bottom: 10px;
  }
  div.filter a.filter {
    width: 25%;
    vertical-align: middle;
    min-width: 0px;
  }
}
/* Issue the .com template domain */
.yui3-scorestrip-iframe {
  z-index: 100;
}
/* 
    Created on : Dec 4, 2013, 11:31:53 AM
    Author     : sakram
*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#header header {
  font: normal 24px/24px NFLEndzoneTechBold, sans-serif;
  padding: 10px 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #1F1F1F;
  background-color: #e6e6e6;
  text-transform: uppercase;
  border-bottom: 2px solid #999;
}
div.app-logo {
  color: #656565;
  text-transform: uppercase;
  position: relative;
  background-color: rgba(255, 255, 255, 0.1);
  border-bottom: 2px solid #aaa;
  padding: 10px;
  font-family: NFLEndzoneSansCondMedium, sans-serif;
}
div.app-logo img.pb-site-logo {
  display: inline-block;
}
div.app-logo img.nfl-network-icon {
  width: 113px;
  height: 24px;
  display: inline-block;
  margin-left: 5px;
}
div.app-logo div.msg {
  font: normal normal 22px/22px NFLEndzoneSansCondMedium, sans-serif;
  display: inline-block;
  position: relative;
  left: 0px;
  top: 26px;
}
div.app-logo div.social-share {
  position: absolute;
  right: 20px;
  top: 35px;
}
.nav {
  z-index: 1;
  background: url(/static/img/gradientSprite_1493315295.png) repeat-x 0px 0px;
  background-size: 50px 250px;
  margin: 10px -10px 0px -10px;
  position: relative;
  border-bottom: 1px solid #212121;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
  *zoom: 1;
}
.no-backgroundsize .nav {
  background-image: url(/static/img/gradientSpriteSmall_1493315295.png);
}
.nav .nav-item {
  float: left;
  position: relative;
  font: 20px/32px NFLEndzoneSansCondMedium, "sans-serif", serif;
}
.nav .nav-item.hidden {
  display: none;
}
.nav .nav-link {
  height: 32px;
  display: block;
  position: relative;
  padding: 0px 11px;
  color: #b3b3b3;
  border-collapse: separate;
  text-shadow: 0 1px 1px #000000;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  background: transparent;
}
.nav .nav-link:hover {
  color: #ffffff;
}
.nav .nav-link:visited {
  color: #b3b3b3;
}
.nav .sub-nav {
  float: right;
  zoom: 1;
  margin-right: 6px;
}
.nav .sub-nav li {
  font-size: 18px;
}
.nav .sub-nav li a {
  padding: 2px 8px 0 8px;
  margin: 4px 2px 6px 2px;
}
.nav .main-nav {
  float: left;
}
.nav .main-nav li {
  float: left;
  position: relative;
  font: 20px/32px NFLEndzoneSansCondMedium, "sans-serif", serif;
}
.nav .main-nav li a {
  margin: 4px 0px 6px 4px;
  border: 1px solid #464646;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.9);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.9);
  background: rgba(0, 0, 0, 0.15);
}
.nav .main-nav li a:hover {
  background: url(/static/img/gradientSprite_1493315295.png) repeat-x 0px 0px;
  background-size: 50px 250px;
}
.no-backgroundsize .nav .main-nav li a:hover {
  background-image: url(/static/img/gradientSpriteSmall_1493315295.png);
}
.nav .main-nav li.selected a {
  color: #ffffff;
  background: url(/static/img/gradientSprite_1493315295.png) repeat-x 0px 0px;
  background-size: 50px 250px;
}
.no-backgroundsize .nav .main-nav li.selected a {
  background-image: url(/static/img/gradientSpriteSmall_1493315295.png);
}
.nav .main-nav li.selected a:after,
.nav .main-nav li.selected a:before {
  bottom: -14px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
}
.nav .main-nav li.selected a:after {
  bottom: -12px;
  border-color: transparent;
  border-top-color: #333333;
  border-width: 8px;
  border-top-width: 6px;
  left: 50%;
  margin-left: -8px;
}
.nav .main-nav li.selected a:before {
  border-color: transparent;
  border-top-color: #464646;
  border-width: 8px;
  border-top-width: 6px;
  left: 50%;
  margin-left: -8px;
}
.nav .wrap {
  *zoom: 1;
}
.nav .wrap:before,
.nav .wrap:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav .wrap:after {
  clear: both;
}
.nav .wrap-outer:after,
.nav .wrap-outer:before {
  content: '';
  position: absolute;
  height: 0px;
  width: 0px;
  display: block;
  bottom: -10px;
  z-index: 1;
}
.nav .wrap-outer:before {
  left: 0px;
  border-top: 0px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #000000;
}
.nav .wrap-outer:after {
  right: 0px;
  border-top: 0px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #000000;
}
.nav:before,
.nav:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav:after {
  clear: both;
}
.pb-video-container {
  padding: 20px;
  text-align: center;
}
.pb-video-container .pb-video {
  display: inline-block;
  height: 100%;
  width: 100%;
  max-width: 752px;
  max-height: 423px;
  padding: 44% 0 0 0;
  position: relative;
}
.pb-video-container .pb-video .pb-video-player {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pb-live-top-story {
  padding: 20px;
  height: 375px;
  display: none;
}
.pb-live-top-story .pb-twitter-container {
  width: 66%;
  height: 100%;
}
.pb-live-top-story .pb-picks-container {
  float: right;
  width: 33%;
  background-color: #fff;
  height: 100%;
}
.pb-live-top-story .pb-picks-container .picks-button {
  font: normal normal 24px/45px NFLEndzoneSansCondMedium, sans-serif;
  color: #777;
  display: inline-block;
  width: 49%;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
.pb-live-top-story .pb-picks-container .picks-button.selected {
  color: #000;
}
.pb-live-top-story .pb-picks-container .picks-button-latest {
  border-right: 1px solid #cfcfcf;
}
.pb-live-top-story .pb-picks-container .pb-picks-container-inner {
  overflow-y: scroll;
  height: 330px;
}
.pb-live-top-story .pb-picks-container li.player {
  width: 100%;
}
.pb-live-top-story .all-picks-entry {
  font: normal normal 24px/55px NFLEndzoneSansCondMedium, sans-serif;
  color: #777;
  border-bottom: 1px solid #cfcfcf;
  margin: 3px 5px;
}
.pb-live-top-story .all-picks-entry li {
  display: inline-block;
}
.pb-live-top-story .all-picks-entry .all-picks-entry-num {
  width: 30px;
}
.pb-live-top-story .all-picks-entry .all-picks-entry-num .assigned {
  color: #fff;
  background-color: #777;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
  display: inline;
  padding: 2px 7px;
  font-family: arial, helvetica, sans-serif;
}
.pb-live-top-story .all-picks-entry .all-picks-entry-team {
  text-indent: -1000px;
  width: 45px;
  height: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  margin: auto 7px auto 0px;
}
.pb-live-top-story .all-picks-entry .all-picks-entry-name {
  color: #000;
  width: 128px;
}
.pb-live-top-story .all-picks-entry .all-picks-entry-pos {
  width: 65px;
}
.pb-live-top-story .all-picks-entry .all-picks-entry-team-irvin {
  background: #f2673a url(/static/img/team-icons_1493315295.png) -7px -6px;
}
.pb-live-top-story .all-picks-entry .all-picks-entry-team-carter {
  background: #e0e324 url(/static/img/team-icons_1493315295.png) -7px -57px;
}
.pb-live-top-story .all-picks-entry-irvin:hover {
  cursor: pointer;
  background-color: #f2673a;
  color: #fff;
}
.pb-live-top-story .all-picks-entry-irvin:hover .all-picks-entry-name {
  color: #fff;
}
.pb-live-top-story .all-picks-entry-carter:hover {
  cursor: pointer;
  background-color: #e0e324;
  color: #fff;
}
.pb-live-top-story .all-picks-entry-carter:hover .all-picks-entry-name {
  color: #fff;
}
.pb-live-top-story .pb-latest-pick-container-inner {
  padding: 10px;
  height: 310px;
}
.pb-live-top-story .pb-latest-pick-container-inner .pb-latest-pick-list {
  margin-bottom: 30px;
}
.pb-live-top-story .pb-latest-pick-container-inner .pb-latest-pick-list .assigned {
  text-align: center;
  margin: -20px 0 10px 0;
  font-style: italic;
}
.pb-live-top-story .pb-latest-pick-container-inner .pb-latest-pick-twitter {
  display: block;
  background-color: #00aced;
  margin: 0 auto;
  width: 66%;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 5px rgba(20, 20, 20, 0.5);
  -moz-box-shadow: 0 1px 5px rgba(20, 20, 20, 0.5);
  box-shadow: 0 1px 5px rgba(20, 20, 20, 0.5);
}
.pb-live-top-story .pb-latest-pick-container-inner .pb-latest-pick-twitter .pb-latest-pick-twitter-title {
  color: #fff;
  font: normal normal 20px/40px NFLEndzoneSansCondMedium, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  padding-left: 35px;
  background: transparent url(/static/img/twitter-white_1493315295.png) 0px 10px no-repeat;
}
.pb-live-top-story .pb-latest-pick-container-inner .pb-latest-pick-irvin {
  background-color: #f2673a;
  height: 30px;
  display: block;
  margin-bottom: 30px;
}
.pb-live-top-story .pb-latest-pick-container-inner .pb-latest-pick-irvin .pb-latest-pick-irvin-inner {
  background: #f2673a url(/static/img/team-icons_1493315295.png) -7px -6px;
  height: 30px;
  width: 45px;
  display: block;
  margin: 0 auto;
}
.pb-live-top-story .pb-latest-pick-container-inner .pb-latest-pick-carter {
  background-color: #e0e324;
  height: 30px;
  display: block;
  margin-bottom: 30px;
}
.pb-live-top-story .pb-latest-pick-container-inner .pb-latest-pick-carter .pb-latest-pick-carter-inner {
  background: #e0e324 url(/static/img/team-icons_1493315295.png) -7px -57px;
  height: 30px;
  width: 45px;
  display: block;
  margin: 0 auto;
}
.pb-live-top-story .pb-latest-pick-container-inner li.player .images {
  position: relative;
  width: 140px;
  height: 145px;
  float: left;
  margin-right: 10px;
}
.pb-live-top-story .pb-latest-pick-container-inner li.player .images .team-watermark {
  width: 140px;
  height: 140px;
  background-size: 140px 140px;
}
.pb-live-top-story .pb-latest-pick-container-inner li.player .images img.player {
  width: 140px;
  height: 140px;
  background-size: 140px 140px;
}
.pb-live-top-story .pb-latest-pick-container-inner li.player .name {
  font: normal normal 24px/34px NFLEndzoneSansCondMedium, sans-serif;
  text-transform: capitalize;
  color: #000;
}
.pb-live-top-story .pb-latest-pick-container-inner li.player .position {
  font: normal normal 20px/20px NFLEndzoneSansCondMedium, sans-serif;
  color: #777;
}
.pb-live-top-story .pb-latest-pick-container-inner .pb-latest-pick-stats {
  margin-top: 25px;
}
.pb-live-top-story .pb-latest-pick-container-inner .pb-latest-pick-stats table {
  border: 1px solid #cfcfcf;
}
.pb-live-top-story .pb-latest-pick-container-inner .pb-latest-pick-stats th {
  font: normal normal 20px/24px NFLEndzoneSansCondMedium, sans-serif;
  color: #fff;
  background-color: #c1c1c1;
  padding: 0px 10px;
}
.pb-live-top-story .pb-latest-pick-container-inner .pb-latest-pick-stats td {
  font: normal normal 24px/36px NFLEndzoneSansCondMedium, sans-serif;
  color: #000;
  background-color: #fff;
  text-align: center;
}
@media (max-width: 1008px) {
  .nav {
    margin: 0px;
    height: 43px;
  }
  .nav .wrap-outer {
    position: absolute;
    left: 5px;
    right: 5px;
    height: 43px;
    overflow: hidden;
    top: 0px;
    bottom: 0px;
  }
  .nav .wrap-outer .main-nav,
  .nav .wrap-outer .sub-nav {
    float: none;
    display: inline-block;
  }
  .nav .wrap-outer .main-nav li,
  .nav .wrap-outer .sub-nav li {
    float: none;
    display: inline-block;
  }
  .nav .wrap-outer .main-nav li.first a {
    margin-left: 0px;
  }
  .nav .wrap-outer .sub-nav {
    float: right;
  }
  .nav .wrap {
    min-width: 320px;
  }
  .ios .nav .wrap-outer,
  .android .nav .wrap-outer {
    overflow-x: scroll;
    overflow-y: hidden;
    height: 53px;
  }
  .ios .nav .wrap-outer:after,
  .android .nav .wrap-outer:after,
  .ios .nav .wrap-outer:before,
  .android .nav .wrap-outer:before {
    display: none;
  }
  .ios .nav .wrap,
  .android .nav .wrap {
    min-width: 320px;
  }
}
/* Mobile Overrides */
@media (max-width: 600px) {
  .pb-live-top-story {
    padding: 5px;
    height: auto;
  }
  .pb-live-top-story .pb-twitter-container {
    width: 100%;
    float: none;
  }
  .pb-live-top-story .pb-picks-container {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .nav .main-nav li {
    font-size: 18px;
  }
  .nav .main-nav li.depth-chart {
    display: none;
  }
  div.app-logo {
    text-align: center;
    margin: 0px;
    background-color: #ededed;
    background-image: -webkit-gradient(left, linear, 0 0, 0 100%, from(#b0b0b0), color-stop(50%, #fcfcfc), to(#b0b0b0));
    background-image: -webkit-linear-gradient(left, #b0b0b0, #fcfcfc 50%, #b0b0b0);
    background-image: -moz-linear-gradient(left, #b0b0b0, #fcfcfc 50%, #b0b0b0);
    background-image: -o-linear-gradient(left, #b0b0b0, #fcfcfc 50%, #b0b0b0);
    background-image: linear-gradient(to right, #b0b0b0, #fcfcfc 50%, #b0b0b0);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb0b0b0', endColorstr='#ffb0b0b0', GradientType=0);
  }
  div.app-logo img.pb-site-logo {
    width: 130px;
  }
  div.app-logo div.msg {
    font: normal normal 15px/15px NFLEndzoneSansCondMedium, sans-serif;
    display: block;
    position: relative;
    left: 0px;
    top: 0px;
    margin-top: 10px;
  }
  div.app-logo div.social-share {
    display: none;
  }
}
/* 
    Created on : Dec 4, 2013, 11:31:53 AM
    Author     : sakram
*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.roster-view {
  padding: 10px;
  position: relative;
}
.roster-view h1 {
  font: 32px/32px NFLEndzoneSansCondMedium, "sans-serif", serif;
  color: #262626;
  margin-top: 10px;
}
.roster-view div.grouping,
.roster-view div.legends-container {
  margin: 10px 0px;
}
.roster-view div.grouping a.grouping,
.roster-view div.legends-container a.grouping,
.roster-view div.grouping a.toggle-legends,
.roster-view div.legends-container a.toggle-legends {
  color: #727272;
  background-color: #b3b3b3;
  font: normal 13px/13px NFLEndzoneTechBold, sans-serif;
  width: 150px;
  text-align: center;
  text-transform: uppercase;
  padding: 7px 10px;
  display: inline-block;
  cursor: pointer;
}
.roster-view div.grouping a.grouping.active,
.roster-view div.legends-container a.grouping.active,
.roster-view div.grouping a.toggle-legends.active,
.roster-view div.legends-container a.toggle-legends.active {
  color: #262626;
  position: relative;
}
.roster-view div.grouping a.grouping.active:after,
.roster-view div.legends-container a.grouping.active:after,
.roster-view div.grouping a.toggle-legends.active:after,
.roster-view div.legends-container a.toggle-legends.active:after {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #b3b3b3;
  border-width: 10px;
  left: 50%;
  margin-left: -10px;
}
.roster-view div.legends-container {
  position: absolute;
  right: 10px;
  top: 80px;
  z-index: 4;
}
.roster-view div.legends-container a.toggle-legends {
  display: block;
  position: relative;
}
.roster-view div.legends-container a.toggle-legends i {
  position: absolute;
  right: 10px;
  top: 12px;
}
.roster-view div.legends-container div.legends-image {
  display: block;
  width: 150px;
  height: 0px;
  background: url(/static/img/legends_1493315295.jpg) top left no-repeat;
  background-size: 150px 237px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.roster-view div.legends-container div.legends.active a.toggle-legends {
  color: #262626;
}
.roster-view div.legends-container div.legends.active div.legends-image {
  opacity: 1;
  filter: alpha(opacity=100);
  height: 237px;
}
.roster-view ul.teams > li,
.roster-view ul.position > li,
.roster-view div.editorial-rank {
  padding: 5px;
  background-color: #f3f3f3;
  margin: 20px 0px;
}
.roster-view ul.teams > li h2,
.roster-view ul.position > li h2,
.roster-view div.editorial-rank h2 {
  font: normal 13px/15px NFLEndzoneTechBold, sans-serif;
  color: #595959;
  text-transform: uppercase;
}
.roster-view ul.players {
  padding: 5px;
  margin: 10px 20px;
}
.roster-view ul.players li.player .depth-chart-position {
  display: none;
}
.roster-view ul.players li.player.pulsate {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: pulsate;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: pulsate;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0s;
  -o-animation-duration: 0.5s;
  -o-animation-name: pulsate;
  -o-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-duration: 0.5s;
  animation-name: pulsate;
  animation-fill-mode: forwards;
}
/*Mobile Overrides*/
@media (max-width: 600px) {
  .roster-view h1 {
    text-align: center;
    margin-top: 0px;
  }
  .roster-view div.grouping {
    text-align: center;
    display: table;
    border-spacing: 5px;
    border-collapse: separate;
    width: 100%;
  }
  .roster-view div.grouping a.grouping {
    display: table-cell;
    vertical-align: middle;
    width: 33%;
  }
  .roster-view ul.teams > li,
  .roster-view ul.position > li {
    overflow: hidden;
    position: relative;
  }
  .roster-view ul.teams > li .scrollable,
  .roster-view ul.position > li .scrollable {
    display: block;
    width: 15px;
    height: 175px;
    position: absolute;
    right: 5px;
    top: 22px;
    z-index: 5;
    visibility: hidden;
    pointer-events: none;
  }
  .roster-view ul.teams > li .scrollable.visible,
  .roster-view ul.position > li .scrollable.visible {
    visibility: visible;
  }
  .roster-view ul.teams > li .scrollable.right-scrollable,
  .roster-view ul.position > li .scrollable.right-scrollable {
    -webkit-box-shadow: inset -15px 0 10px -10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset -15px 0 10px -10px rgba(0, 0, 0, 0.5);
    box-shadow: inset -15px 0 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 0px 2px 2px 0px;
    -moz-border-radius: 0px 2px 2px 0px;
    border-radius: 0px 2px 2px 0px;
  }
  .roster-view ul.teams > li .scrollable.left-scrollable,
  .roster-view ul.position > li .scrollable.left-scrollable {
    left: 5px;
    -webkit-box-shadow: inset 15px 0 10px -10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 15px 0 10px -10px rgba(0, 0, 0, 0.5);
    box-shadow: inset 15px 0 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 2px 0px 0px 2px;
    -moz-border-radius: 2px 0px 0px 2px;
    border-radius: 2px 0px 0px 2px;
  }
  .roster-view ul.teams > li ul.players,
  .roster-view ul.position > li ul.players {
    list-style-type: none;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    padding: 5px 0px;
    margin: 5px 0px;
  }
  .roster-view div.editorial-rank ul.players {
    text-align: center;
    margin: 5px 0px;
  }
  .roster-view div.editorial-rank li.player .images,
  .roster-view div.editorial-rank li.player img.player {
    width: 80px;
    height: 90px;
  }
  .roster-view div.editorial-rank li.player .team-watermark {
    width: 80px;
    height: 90px;
    background-size: 80px 90px;
  }
}
/* 
    Created on : Dec 4, 2013, 11:31:53 AM
    Author     : sakram
*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.depth-chart-view {
  position: relative;
  display: block;
  background: url(/static/img/depth-chart-gridiron-bg_1493315295.png) top center no-repeat;
  padding-top: 20px;
}
.depth-chart-view a.switch-possession {
  position: absolute;
  top: 75px;
  left: 10px;
  z-index: 10;
}
.depth-chart-view a.switch-possession * {
  text-transform: uppercase;
}
.depth-chart-view a.switch-possession label {
  display: block;
}
.depth-chart-view a.switch-possession label.description {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font: normal 11px/15px NFLEndzoneTechBold, sans-serif;
  border: 2px solid #082452;
  padding: 5px 35px 5px 10px;
  color: #082452;
  cursor: pointer;
  background: url(data:image/png;charset=binary;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAUCAYAAABmvqYOAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAxNy4xMi4xM8o14SIAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAABcUlEQVQ4ja2UPUtDMRSGn9i6FCcFBScp4uYUiiiCgzo4uTi4uGgdsrkIgjgpIhSKWwp+TP4AF3FxFkSDswW7dFBRnNxUjkOv5faa3va2vnDIycmbh0MSAl1KaTOqtCn61lJdglPABbCkhnOOp7tyeL2nGziwDUwE+bHSZvBf4EqbHLATKg0BRw2eyIZHD6ckzhYivgxwD4x5/Hlx9gT+dp71RL8HUGgCBjhU2mR98JZS2iwAJsbSB5wpbVKJ4EqbAeCUyHF6NAlspZPAgQywEuRrwLLHMx+Mn4ng4mwVqAIobWabeK5+827feazSSpsZoDfGM6K0mQvyh6D79uDANLAX41kO4hkYbxcMtWM5AK5b+ARYFWffEsHF2W9qL+AjxlcSZy+TgCG4UHG2Amw08ZSBTU/9Hah4oq7o33IOLIZKX8CUOHvbbrci0th5SOvAS2i+mwQcVQNcnH0F8tQu8AbY7xTcVEqbotJmtJO9IlKPH1CbZ1wMhG7RAAAAAElFTkSuQmCC) 146px 2px no-repeat;
}
.depth-chart-view a.switch-possession label.team-off,
.depth-chart-view a.switch-possession label.team-def {
  padding: 5px;
  text-align: center;
  font: normal 16px/16px NFLEndzoneSansCondMedium, sans-serif;
  width: 150px;
  position: relative;
  left: 15px;
  top: 0px;
  border: 2px solid #082452;
}
.depth-chart-view a.switch-possession label.team-off.team-1,
.depth-chart-view a.switch-possession label.team-def.team-1 {
  color: white;
  background-color: #0754a7;
}
.depth-chart-view a.switch-possession label.team-off.team-2,
.depth-chart-view a.switch-possession label.team-def.team-2 {
  color: black;
  background-color: #f15f21;
}
.depth-chart-view a.switch-possession label.team-off {
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  border-bottom: 2px solid transparent;
}
.depth-chart-view a.switch-possession label.team-def {
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  border-top: 2px solid transparent;
}
.depth-chart-view .content {
  display: block;
  min-height: 1000px;
  margin-top: 5px;
  position: relative;
}
.depth-chart-view ul.offense {
  text-align: center;
  margin: 20px 0px;
}
.depth-chart-view ul.offense li.player.WR.pindex-1 {
  margin-right: 30px;
}
.depth-chart-view ul.offense li.player.WR.pindex-2 {
  margin-left: 30px;
}
.depth-chart-view ul.defense {
  text-align: center;
  margin: 20px 0px;
}
.depth-chart-view ul.defense li.spacer {
  display: inline-block;
  width: 100px;
}
.depth-chart-view ul.defense li.player.CB.pindex-1 {
  margin-right: 30px;
}
.depth-chart-view ul.defense li.player.CB.pindex-2 {
  margin-left: 30px;
}
.depth-chart-view ul.special {
  text-align: center;
}
.depth-chart-view ul.special.first {
  margin-top: 100px;
}
.depth-chart-view li.player.empty .images {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.depth-chart-view li.player.empty .images .team-watermark {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/* 
    Created on : Dec 4, 2013, 11:31:53 AM
    Author     : sakram
*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Modal Mask */
.yui3-overlay-mask {
  background: none repeat scroll 0 0 black;
  opacity: 0.7;
  filter: alpha(opacity=70);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10000;
  width: 100%;
  height: 100%;
  display: block;
}
.yui3-overlay {
  width: 700px;
}
.yui3-overlay,
.yui3-drafted-overlay {
  height: auto;
  left: 10% important;
}
.yui3-overlay .yui3-overlay-content,
.yui3-drafted-overlay .yui3-overlay-content,
.yui3-overlay .yui3-drafted-overlay-content,
.yui3-drafted-overlay .yui3-drafted-overlay-content {
  -webkit-transition-property: -webkit-transform, opacity;
  -webkit-transition-duration: 0.2s, 0.2s;
  -webkit-transform: scale(0.5) translate3d(0, 0, 0);
  transition-property: transform, opacity;
  transition-duration: 0.2s, 0.2s;
  transform: scale(0.5) translate3d(0, 0, 0);
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.yui3-overlay .yui3-overlay-content.shown,
.yui3-drafted-overlay .yui3-overlay-content.shown,
.yui3-overlay .yui3-drafted-overlay-content.shown,
.yui3-drafted-overlay .yui3-drafted-overlay-content.shown {
  -webkit-transform: scale(1) translate3d(0, 0, 0);
  transform: scale(1) translate3d(0, 0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.yui3-overlay .yui3-widget-hd,
.yui3-drafted-overlay .yui3-widget-hd {
  padding: 5px 10px;
  background-color: #cccccc;
  position: relative;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}
.yui3-overlay .yui3-widget-hd *,
.yui3-drafted-overlay .yui3-widget-hd * {
  font: normal normal 14px/14px NFLEndzoneSansCondMedium, sans-serif;
  color: #262626;
}
.yui3-overlay .yui3-widget-hd h1,
.yui3-drafted-overlay .yui3-widget-hd h1 {
  font-size: 25px;
  line-height: 25px;
  margin: 0px;
  text-transform: uppercase;
}
.yui3-overlay .yui3-widget-hd a.close,
.yui3-drafted-overlay .yui3-widget-hd a.close {
  position: absolute;
  right: 0px;
  top: 0px;
  font: normal normal 30px/30px nfl_iconsregular, monospace;
  cursor: pointer;
  text-align: center;
  display: block;
  width: 30px;
  height: 30px;
  padding: 3px 0px 0px 0px;
}
.yui3-overlay .yui3-widget-hd.team-1,
.yui3-drafted-overlay .yui3-widget-hd.team-1 {
  background-color: #f26b1f;
}
.yui3-overlay .yui3-widget-hd.team-1 *,
.yui3-drafted-overlay .yui3-widget-hd.team-1 * {
  color: white;
}
.yui3-overlay .yui3-widget-hd.team-2,
.yui3-drafted-overlay .yui3-widget-hd.team-2 {
  background-color: #0754a7;
}
.yui3-overlay .yui3-widget-hd.team-2 *,
.yui3-drafted-overlay .yui3-widget-hd.team-2 * {
  color: black;
}
.yui3-overlay .yui3-widget-bd,
.yui3-drafted-overlay .yui3-widget-bd {
  background-color: #f3f3f3;
  display: block;
  padding-bottom: 10px;
  overflow-y: auto;
  padding: 10px;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}
/*Mobile Overrides*/
@media (max-width: 600px) {
  .yui3-overlay {
    width: 300px;
  }
  .yui3-overlay .yui3-widget-bd {
    height: 300px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .yui3-overlay .yui3-widget-hd h1 {
    white-space: nowrap;
    width: 260px;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.team-ARI {
  background: url(/static/img/teamLogos/ARI_1493315295.png) center center no-repeat;
}
.team-ATL {
  background: url(/static/img/teamLogos/ATL_1493315295.png) center center no-repeat;
}
.team-BAL {
  background: url(/static/img/teamLogos/BAL_1493315295.png) center center no-repeat;
}
.team-BUF {
  background: url(/static/img/teamLogos/BUF_1493315295.png) center center no-repeat;
}
.team-CAR {
  background: url(/static/img/teamLogos/CAR_1493315295.png) center center no-repeat;
}
.team-CHI {
  background: url(/static/img/teamLogos/CHI_1493315295.png) center center no-repeat;
}
.team-CIN {
  background: url(/static/img/teamLogos/CIN_1493315295.png) center center no-repeat;
}
.team-CLE {
  background: url(/static/img/teamLogos/CLE_1493315295.png) center center no-repeat;
}
.team-DAL {
  background: url(/static/img/teamLogos/DAL_1493315295.png) center center no-repeat;
}
.team-DEN {
  background: url(/static/img/teamLogos/DEN_1493315295.png) center center no-repeat;
}
.team-DET {
  background: url(/static/img/teamLogos/DET_1493315295.png) center center no-repeat;
}
.team-GB {
  background: url(/static/img/teamLogos/GB_1493315295.png) center center no-repeat;
}
.team-HOU {
  background: url(/static/img/teamLogos/HOU_1493315295.png) center center no-repeat;
}
.team-IND {
  background: url(/static/img/teamLogos/IND_1493315295.png) center center no-repeat;
}
.team-JAC {
  background: url(/static/img/teamLogos/JAC_1493315295.png) center center no-repeat;
}
.team-JAX {
  background: url(/static/img/teamLogos/JAX_1493315295.png) center center no-repeat;
}
.team-KC {
  background: url(/static/img/teamLogos/KC_1493315295.png) center center no-repeat;
}
.team-MIA {
  background: url(/static/img/teamLogos/MIA_1493315295.png) center center no-repeat;
}
.team-MIN {
  background: url(/static/img/teamLogos/MIN_1493315295.png) center center no-repeat;
}
.team-NE {
  background: url(/static/img/teamLogos/NE_1493315295.png) center center no-repeat;
}
.team-NFL {
  background: url(/static/img/teamLogos/NFL_1493315295.png) center center no-repeat;
}
.team-NO {
  background: url(/static/img/teamLogos/NO_1493315295.png) center center no-repeat;
}
.team-NYG {
  background: url(/static/img/teamLogos/NYG_1493315295.png) center center no-repeat;
}
.team-NYJ {
  background: url(/static/img/teamLogos/NYJ_1493315295.png) center center no-repeat;
}
.team-OAK {
  background: url(/static/img/teamLogos/OAK_1493315295.png) center center no-repeat;
}
.team-PHI {
  background: url(/static/img/teamLogos/PHI_1493315295.png) center center no-repeat;
}
.team-PIT {
  background: url(/static/img/teamLogos/PIT_1493315295.png) center center no-repeat;
}
.team-LAC {
  background: url(/static/img/teamLogos/LAC_.png) center center no-repeat;
}
.team-SEA {
  background: url(/static/img/teamLogos/SEA_1493315295.png) center center no-repeat;
}
.team-SF {
  background: url(/static/img/teamLogos/SF_1493315295.png) center center no-repeat;
}
.team-STL {
  background: url(/static/img/teamLogos/STL_1493315295.png) center center no-repeat;
}
.team-TB {
  background: url(/static/img/teamLogos/TB_1493315295.png) center center no-repeat;
}
.team-TEN {
  background: url(/static/img/teamLogos/TEN_1493315295.png) center center no-repeat;
}
.team-WAS {
  background: url(/static/img/teamLogos/WAS_1493315295.png) center center no-repeat;
}
/* 
    Created on : Dec 4, 2013, 11:31:53 AM
    Author     : sakram
*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
li.player {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-right: 5px;
}
li.player.empty {
  cursor: default;
}
li.player.empty .team-watermark {
  background: url(/static/img/player-placeholder_1493315295.png) center center no-repeat;
  opacity: 100 !important;
}
li.player.no-players {
  width: 200px;
  font: 16px/16px NFLEndzoneSansCondMedium, "sans-serif", serif;
  color: #262626;
  text-transform: uppercase;
  cursor: default;
}
li.player.team-1 .images {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #0754a7;
  background-color: rgba(7, 84, 167, 0.3);
  text-transform: uppercase;
}
li.player.team-2 .images {
  background-color: #f15f21;
  background-color: rgba(241, 95, 33, 0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
li.player.team-0 .images,
li.player.empty .images {
  background-color: #d9d9d9;
  background-image: -moz-linear-gradient(top, #f3f3f3, #b3b3b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#b3b3b3));
  background-image: -webkit-linear-gradient(top, #f3f3f3, #b3b3b3);
  background-image: -o-linear-gradient(top, #f3f3f3, #b3b3b3);
  background-image: linear-gradient(to bottom, #f3f3f3, #b3b3b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff3f3f3', endColorstr='#ffb3b3b3', GradientType=0);
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}
li.player i.pb-checked {
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 3;
}
li.player i.pb-assigned {
  position: absolute;
  right: 2px;
  bottom: 2px;
  z-index: 3;
}
li.player i.team-logo {
  position: absolute;
  left: 2px;
  bottom: 2px;
  z-index: 3;
}
li.player .images {
  position: relative;
  width: 100px;
  height: 105px;
}
li.player .images .team-watermark {
  position: absolute;
  top: 5px;
  left: 0px;
  z-index: 1;
  display: block;
  width: 100px;
  height: 100px;
  background-size: 100px 100px;
  opacity: 0.15;
  filter: alpha(opacity=15);
}
li.player .images img.player {
  position: absolute;
  top: 5px;
  left: 0px;
  z-index: 2;
  display: block;
  width: 100px;
  height: 100px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
li.player .images img.player.loaded {
  opacity: 1;
  filter: alpha(opacity=100);
}
li.player .name {
  color: #262626;
  font: 16px/16px NFLEndzoneSansCondMedium, "sans-serif", serif;
  text-transform: uppercase;
  display: block;
  margin-top: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
}
li.player .position {
  color: #a6a6a6;
  font: 14px/14px NFLEndzoneSansCondMedium, "sans-serif", serif;
  text-transform: uppercase;
  text-align: left;
}
li.player .jersey {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 2;
  font: normal 15px/15px NFLEndzoneTechBold, sans-serif;
  color: #8c8c8c;
}
li.player .depth-chart-position {
  width: 54px;
  height: 44px;
  display: block;
  margin: 10px auto;
  font: 20px/44px NFLEndzoneTechBold, "sans-serif";
  text-align: center;
}
li.player.team-1 .depth-chart-position {
  color: #f26b1f;
  background: url(/static/img/team-1-position_1493315295.png) center center no-repeat;
}
li.player.team-2 .depth-chart-position {
  color: black;
  background: url(/static/img/team-2-position_1493315295.png) center center no-repeat;
}
/*Mobile Overrides*/
@media (max-width: 600px) {
  li.player .images img.player {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
}
/* 
    Created on : Dec 4, 2013, 11:31:53 AM
    Author     : sakram
*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.pb-player-card {
  position: relative;
}
div.pb-player-card.team-1 .images {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(7, 84, 167, 0.3);
  text-transform: uppercase;
}
div.pb-player-card.team-2 .images {
  background-color: rgba(241, 95, 33, 0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
div.pb-player-card.team-0 .images {
  background-color: #d9d9d9;
  background-image: -moz-linear-gradient(top, #f3f3f3, #b3b3b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#b3b3b3));
  background-image: -webkit-linear-gradient(top, #f3f3f3, #b3b3b3);
  background-image: -o-linear-gradient(top, #f3f3f3, #b3b3b3);
  background-image: linear-gradient(to bottom, #f3f3f3, #b3b3b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff3f3f3', endColorstr='#ffb3b3b3', GradientType=0);
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}
div.pb-player-card .jersey {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 2;
  font: normal 15px/15px NFLEndzoneTechBold, sans-serif;
  color: #8c8c8c;
}
div.pb-player-card .images {
  position: relative;
  display: block;
  width: 200px;
  height: 220px;
}
div.pb-player-card .images i.pb-checked {
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 3;
}
div.pb-player-card .images i.pb-assigned {
  position: absolute;
  right: 2px;
  bottom: 2px;
  z-index: 3;
}
div.pb-player-card .images i.team-logo {
  position: absolute;
  left: 2px;
  bottom: 2px;
  z-index: 3;
}
div.pb-player-card .images div.team-watermark {
  position: absolute;
  top: 20px;
  left: 0px;
  z-index: 1;
  background-size: 200px 200px;
  display: block;
  width: 200px;
  height: 200px;
  opacity: 0.15;
  filter: alpha(opacity=15);
}
div.pb-player-card .images img.player {
  position: absolute;
  top: 20px;
  left: 0px;
  z-index: 2;
  width: 200px;
  height: 200px;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}
div.pb-player-card .name {
  position: absolute;
  left: 215px;
  top: 5px;
  font: normal normal 48px/48px NFLEndzoneSansCondMedium, "sans-serif", serif;
  color: #262626;
  text-transform: uppercase;
}
div.pb-player-card .position {
  position: absolute;
  left: 215px;
  top: 50px;
  color: #a6a6a6;
  font: normal normal 24px/24px NFLEndzoneSansCondMedium, "sans-serif", serif;
  text-transform: uppercase;
}
div.pb-player-card .bio {
  position: absolute;
  top: 90px;
  left: 215px;
  color: #a6a6a6;
  font: normal normal 18px/18px NFLEndzoneSansCondMedium, "sans-serif", serif;
  display: table;
}
div.pb-player-card .bio .bio-item {
  display: table-cell;
  min-width: 50px;
  text-transform: uppercase;
  text-align: center;
}
div.pb-player-card .bio .bio-item .key {
  font: normal normal 13px/13px NFLEndzoneTechBold, "sans-serif", serif;
  border-bottom: 1px solid #a6a6a6;
  display: block;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
div.pb-player-card .bio .bio-item .value {
  color: #666666;
  padding-right: 5px;
}
div.pb-player-card .stats {
  position: absolute;
  top: 158px;
  left: 210px;
  color: #a6a6a6;
  font: normal normal 18px/18px NFLEndzoneSansCondMedium, "sans-serif", serif;
  display: table;
  border-collapse: separate;
  border-spacing: 5px;
}
div.pb-player-card .stats .stat-item {
  display: table-cell;
  margin-right: 10px;
  color: white;
  background-color: #a6a6a6;
  text-align: center;
  padding: 5px;
  min-width: 60px;
}
div.pb-player-card .stats .stat-item .key,
div.pb-player-card .stats .stat-item .rank {
  font: normal normal 13px/16px NFLEndzoneTechBold, "sans-serif", serif;
}
div.pb-player-card .stats .stat-item .count {
  font-size: 22px;
}
div.pb-player-card a.tweet {
  font: normal normal 13px/16px NFLEndzoneTechBold, "sans-serif", serif;
  display: block;
  text-transform: uppercase;
  margin-top: 10px;
  text-decoration: none;
  color: #0066d8;
}
div.pb-player-card a.tweet span.msg {
  display: inline-block;
  position: relative;
  top: -5px;
}
div.pb-player-card div.news {
  color: #262626;
  font: normal normal 15px/17px arial, helvetica, clean, sans-serif;
  display: block;
  margin: 5px 0px;
}
div.pb-player-card div.news a {
  color: #082452;
}
/*Mobile overrides*/
@media (max-width: 600px) {
  div.pb-player-card .images {
    width: 100px;
    height: 110px;
  }
  div.pb-player-card .images div.team-watermark {
    top: 10px;
    background-size: 100px 100px;
    display: block;
    width: 100px;
    height: 100px;
  }
  div.pb-player-card .images img.player {
    top: 10px;
    width: 100px;
    height: 100px;
  }
  div.pb-player-card .name {
    left: 105px;
    top: 5px;
    font-size: 24px;
    line-height: 24px;
    display: block;
    width: 175px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  div.pb-player-card .position {
    left: 105px;
    font-size: 16px;
    line-height: 16px;
    top: 60px;
  }
  div.pb-player-card .bio {
    position: static;
    margin: 10px 0px 0px 0px;
    font-size: 14px;
    line-height: 14px;
    display: block;
  }
  div.pb-player-card .bio .bio-item {
    display: inline-block;
    margin-bottom: 10px;
  }
  div.pb-player-card .bio .bio-item:nth-child(4) {
    width: 119px;
  }
  div.pb-player-card .bio .bio-item:nth-child(6) {
    width: 170px;
  }
  div.pb-player-card .stats {
    position: relative;
    top: 10px;
    left: 0px;
    color: #a6a6a6;
    font-size: 16px;
    line-height: 16px;
    display: block;
    width: 285px;
    margin-bottom: 20px;
    text-align: center;
  }
  div.pb-player-card .stats .stat-item {
    display: inline-block;
    min-width: 50px;
    margin-right: 5px;
  }
  div.pb-player-card .stats .stat-item .count {
    font-size: 18px;
  }
  div.pb-player-card a.tweet {
    position: absolute;
    top: 76px;
    left: 105px;
    z-index: 3;
  }
  div.pb-player-card a.tweet.available i.twitter {
    position: relative;
    top: -7px;
  }
  div.pb-player-card a.tweet span.msg {
    display: inline-block;
    width: 145px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
  }
}
/* 
    Created on : Dec 4, 2013, 11:31:53 AM
    Author     : sakram
*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.yui3-drafted-overlay {
  width: 550px;
  height: 130px;
}
div.pb-drafted-player-card {
  position: relative;
}
div.pb-drafted-player-card.team-1 .images {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(7, 84, 167, 0.3);
  text-transform: uppercase;
}
div.pb-drafted-player-card.team-2 .images {
  background-color: rgba(241, 95, 33, 0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
div.pb-drafted-player-card.team-0 .images {
  background-color: #d9d9d9;
  background-image: -moz-linear-gradient(top, #f3f3f3, #b3b3b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#b3b3b3));
  background-image: -webkit-linear-gradient(top, #f3f3f3, #b3b3b3);
  background-image: -o-linear-gradient(top, #f3f3f3, #b3b3b3);
  background-image: linear-gradient(to bottom, #f3f3f3, #b3b3b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff3f3f3', endColorstr='#ffb3b3b3', GradientType=0);
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}
div.pb-drafted-player-card .images {
  position: relative;
  display: block;
  width: 70px;
  height: 75px;
}
div.pb-drafted-player-card .images div.team-watermark {
  position: absolute;
  top: 5px;
  left: 0px;
  z-index: 1;
  background-size: 70px 70px;
  display: block;
  width: 70px;
  height: 70px;
  opacity: 0.15;
  filter: alpha(opacity=15);
}
div.pb-drafted-player-card .images img.player {
  position: absolute;
  top: 5px;
  left: 0px;
  z-index: 2;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}
div.pb-drafted-player-card .name {
  position: absolute;
  left: 80px;
  top: 10px;
  display: inline-block;
  width: 450px;
  min-height: 70px;
  font: normal normal 30px/30px NFLEndzoneSansCondMedium, "sans-serif", serif;
  color: #262626;
  text-transform: uppercase;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
div.pb-drafted-player-card .name i.drafted {
  position: relative;
  left: 0px;
  top: 8px;
}
/*Mobile overrides*/
@media (max-width: 600px) {
  .yui3-drafted-overlay {
    width: 300px;
    height: 130px;
  }
  .yui3-drafted-overlay .yui3-widget-bd {
    height: 80px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .yui3-drafted-overlay .yui3-widget-hd h1 {
    white-space: nowrap;
    width: 260px;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  div.pb-drafted-player-card .name {
    width: 180px;
    font: normal normal 20px/20px NFLEndzoneSansCondMedium, "sans-serif", serif;
  }
  div.pb-drafted-player-card .name > span {
    display: block;
    width: 130px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    top: 7px;
    left: 45px;
  }
}
/* 
    Created on : Dec 4, 2013, 11:31:53 AM
    Author     : sakram
*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
i.pb-checked {
  display: inline-block;
  width: 22px;
  height: 22px;
}
i.pb-checked.team-1 {
  background: url(/static/img/team-1-check_1493315295.png) center center no-repeat;
}
i.pb-checked.team-2 {
  background: url(/static/img/team-2-check_1493315295.png) center center no-repeat;
}
i.team-logo {
  display: inline-block;
  width: 33px;
  height: 25px;
}
i.team-logo.team-1 {
  background: url(/static/img/team-1-logo_1493315295.png) top left no-repeat;
}
i.team-logo.team-2 {
  background: url(/static/img/team-2-logo_1493315295.png) top left no-repeat;
}
i.pb-assigned {
  display: inline-block;
  width: 25px;
  height: 22px;
  /*captain*/
  /*traded*/
  /*assigned*/
  /*injured*/
  /* replaced */
}
i.pb-assigned.team-1-assigned-1 {
  background: url(/static/img/team-1-captain_1493315295.png) center center no-repeat;
  background-size: 25px 22px;
}
i.pb-assigned.team-2-assigned-1 {
  background: url(/static/img/team-2-captain_1493315295.png) center center no-repeat;
  background-size: 25px 22px;
}
i.pb-assigned.team-1-assigned-2 {
  background: url(/static/img/team-1-trade_1493315295.png) center center no-repeat;
  background-size: 25px 22px;
}
i.pb-assigned.team-2-assigned-2 {
  background: url(/static/img/team-2-trade_1493315295.png) center center no-repeat;
  background-size: 25px 22px;
}
i.pb-assigned.team-1-assigned-3 {
  background: url(/static/img/team-1-assigned_1493315295.png) center center no-repeat;
  background-size: 25px 22px;
}
i.pb-assigned.team-2-assigned-3 {
  background: url(/static/img/team-2-assigned_1493315295.png) center center no-repeat;
  background-size: 25px 22px;
}
i.pb-assigned.team-0-assigned-4,
i.pb-assigned.team-1-assigned-4,
i.pb-assigned.team-2-assigned-4 {
  background: url(/static/img/team-0-injured_1493315295.png) center center no-repeat;
  background-size: 25px 22px;
}
i.pb-assigned.team-0-assigned-5,
i.pb-assigned.team-1-assigned-5,
i.pb-assigned.team-2-assigned-5 {
  background: url(/static/img/team-0-replaced_1493315295.png) center center no-repeat;
  background-size: 25px 22px;
}
i.twitter {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(data:image/png;charset=binary;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAWdEVYdENyZWF0aW9uIFRpbWUAMTEuMTIuMTOp5dQYAAACsUlEQVRIibWWXUiTURiAny3zJ1f+m6hpuiRaayVZ6dQrpTTqpoIKMiIhhCwCqaiIujKDLsJ+yLCgCBXC/jCxopvUqRXU5jBRpkNMLPxJm6lTd7owxblv05k+l+973vc5nPOej08mhBD8o+ariQZjOz39FhZKcICCHeoYUrYop2MeAAOWYQ5ffECVrmnBzWeTqd1ISf5x/BQ+yIQQIvPUbd7ULZ5gigytisrCXOS1etOSCACqdE3oDG3I6wztSyKYor6xHY++gSG3CxUrvDiQFk9YkB9GUxeVtUaEAE1cBPqWTru1Pf2WyYufzYl9KWxZv4bc62XYbMIup4wM4d3d06wND5qO6QxtrPL1JioskND0c1jHxu1q5FKSo3sSydmfSvHlLLw87ffx8EqWnQBAq4lFrQxnhbcnh3ZudegnKVkduBKAY3sTqS7OY5sqGoCIUH9S49dJlQDQ2vGTVx8MDnHJ46oztKOMDAEgQRVNw+PzGE1dNJt/OBWMWMdIy7nJr9/D85PERgY7xNTKcNTKcKcSy59RunsHJXOSxzXjSzNvnAmcSp68/ui2pL7R+XuTlNx/XuMw73NR/v6LexIhBA1G87wFhtbvvK3/5p4E4NKdlzSbu+cUTNhsnCwoc3mPTiWW4VEu3HrB0LDVpeTMjafU6k0u1ziM8JHd2yk8exA/hTcymcxp4Z8RKycLynhUUe9SICkpqfqEwseLvKz06Qc5k1HrOKVvPnO1qIKO7r45BZISm01wr7yaomc1aOIiSNgQRbC/gsGhEcxdvegMbQxYHF+1S0mgn69kQgiBvqXT7VGeTXCAAnmSJua/msxF4qYY5MmblexKUi2JIEOrQquJnRzhsmvZZGo3Lqpgd7Ka0vxsgMm/lalErd5Eg9HM2PjEgpsv91hG4qYYtJrY6dhf4GfwuR0P+pUAAAAASUVORK5CYII=) center center no-repeat;
}
i.gp {
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: url(data:image/png;charset=binary;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAxMi4xMi4xM5gNzoUAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAABuElEQVRIibWW21LbMBRF1xEOTmnaAA/w/7/HtJlhCIlz0+ZBR0EVthvDsGYyiS35XLeOY5IwMwMWwBwIfI0IdMBakgww4B5ovmi45gisGuCnGz8AO2DvUcRicw4kADekTGv++DMPft0AiwZogWf3uAB+ACdSigcAM2uB3+5kiChJqdpn5gF48chv3dkVcA3cmdkMQFIHrMfqMUAIkvaF4RLzqDMbz2wSTfX9Yd3MZpIOrrY9qYTwXnMAJMl/PvU5KBta05IEAKlPmVgYPVPfyw7GUi+zKzv4UDX0yZv8WN7Mh2oPfIimx+hsJJBeApzT2gzsiQBmltU13YHzyr81znQ+SpaMn4NeshRfvH55JrWkkm39c8cnypMdPJKavPUMBBwl5dIs6R8NF5EVcuWRZ/7yLt1PRZ4ZGs2lol6/w0E+rUjakobhkIxHKQ9RJJ3YE9XJltSZ2YnU7ElKMuAXqcGRpPMZKTMDtpJ2581m1+5kkoMszZuBPRuSjLOTSaoKnsGQcXxtWVzvhjb2EAOXNW/ubzUYn7w1XSC9qfpGRE2eQ5f+6zgC6+CDbkWq9SXRtf9Zj25rJUlvQ5SgaRoJTDoAAAAASUVORK5CYII=) center center no-repeat;
}
i.gp:hover {
  background-color: #e6e6e6;
}
i.fb {
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: url(data:image/png;charset=binary;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAxMi4xMi4xM5gNzoUAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAABA0lEQVRIie2VzU7DMBCEv3UDtIhygPd/QQ65NKU/VB4O60qWSWuXpBIHRoqUrL0z3tFmbZIwMwNegCUQmIYI7IFBkgww4A3oJhKXOAH9AlgDTzOTgzthAbflXlh23Ob5AdgBX4Bwezv8kKuR/eEW37eShiIm4JiaZEyg+fQR2F5ZX1xaaK3gKEl5wMw63KJ4jadVIBbkAO8tia0Wqfi2xrxqBTtg80NNkpl9ZKFXLrR7TSCW3uci5/dk2Simzp0qT62CRzNb4110OAez4VjlqQk8pEf4X5zjuZILzGfRv8AfF4jVXb9HDPgFfS/sAzDgF/TcOAFDSDOlBz6Zx66YuHpJ+gYl+k3xSHq9HQAAAABJRU5ErkJggg==) center center no-repeat;
}
i.fb:hover {
  background-color: #e6e6e6;
}
i.tw {
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: url(data:image/png;charset=binary;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAxMi4xMi4xM5gNzoUAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAABPklEQVRIibWW0W6CQBBFz12xBaNt0///RpumWkkFpw+zNkoGkFBOwgNsmDt7d7hBZoYkAVugBBLzuAA1cDAzEyDgHShmFu7SAPsVsAOe/7k4uBNKuC1LUSbmez5E6vP9DKx71i7AF/CT7ytgA5zwc7yzOxJogX1+addZM+DDzJqbZ8d8IWnTFYjsacwMM/sGPnPRK6dO8ai5O6Id/ImaWS3pjO/mCR+9EElr4PURgZUkmZllkRb3fIwS/6bibm84X4tPJJzG6OHak2My4URGAgnPpYeRlKYIwPToqPoW+gSKPBWj5O43UwUA3iQN7iSf1ctQnci3Go+DFo+MvuLigSSOBBrgODSpkgq881EbI4EtUEk64YHW4nGRcsFyrOsxAYAVE0e1j4T7vRSXhB/qUtQJODCQkjNogIOW/m35BdLGXp6jrNvhAAAAAElFTkSuQmCC) center center no-repeat;
}
i.tw:hover {
  background-color: #e6e6e6;
}
i.legends-down-arrow {
  display: inline-block;
  width: 8px;
  height: 4px;
  background: url(data:image/png;charset=binary;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAECAYAAACzzX7wAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAxMy4wMS4xNI/L1swAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAZUlEQVQImU3MoQ0CARAAwXle0MO1gDxPCVSBReKQKByOhDZoAXk1ENSRUAEGMC9+5W6yY2ZeIuLR3W8zMnMVEccxIu44R8Sru59TXOOA3TCJJa644YcNtlX1GWbLBU4YsK+qL/wBmaMbzct8nwsAAAAASUVORK5CYII=) top left no-repeat;
}
i.drafted {
  display: inline-block;
  width: 38px;
  height: 38px;
}
i.drafted.team-1 {
  background: url(/static/img/team-1-drafted_1493315295.png) top left no-repeat;
}
i.drafted.team-2 {
  background: url(/static/img/team-2-drafted_1493315295.png) top left no-repeat;
}
