/* Infostrada Sports 2015 - Widgets */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(//fonts.googleapis.com/css?family=Roboto:700,500,400,300,100);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

abbr {
  text-decoration: none;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  line-height: 1.14;
  color: #000000;
  background-color: #FFFFFF;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #000000;
  text-decoration: none;
}
a:hover, a:focus {
  color: #38a5ce;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.sprite {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.header-title {
  position: relative;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-bottom: 0px none;
  background: #38a5ce;
}
.header-title.multi-line {
  line-height: inherit;
  padding-top: 6px;
}
.header-title .arrow-prev {
  position: absolute;
  display: inline-block;
  width: 13px;
  height: 26px;
  top: 12px;
  left: 12px;
  cursor: pointer;
  background: transparent url("//widgets.sports.gracenote.com/latest/assets/images/general/return-button.png") repeat;
}
.header-title h1,
.header-title h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #FFFFFF;
  font-weight: 500;
  display: block;
  margin: 0px auto;
  max-width: 250px;
}
.header-title h1 {
  font-size: 18px;
}
.header-title h2 {
  font-size: 14px;
}

.scrollable-content {
  height: 600px;
}

.data-loading {
  text-align: center;
  border-bottom: 1px solid #e3e3e7;
  height: 50px;
  line-height: 50px;
}

.sub-header-title {
  height: 30px;
  line-height: 30px;
  background-color: #FFFFFF;
  font-size: 12px;
  color: #38a5ce;
  padding: 0 5px;
}

.sub-header-block {
  text-align: center;
  height: 30px;
  line-height: 30px;
  background-color: #38a5ce;
  font-size: 14px;
  color: #ffffff;
  padding: 0 5px;
}

.block-header {
  background: #e3e3e7;
  color: #000000;
  line-height: 30px;
  font-size: 16px;
  padding: 0 5px;
}

.block-spacer {
  height: 10px;
  background: #f6f8fa;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

abbr {
  cursor: default;
  border: none;
}

.clickable {
  cursor: pointer;
}
.clickable * {
  cursor: pointer;
}

@media (min-width: 600px) {
  .header-title h1,
  .header-title h2 {
    max-width: none;
  }

  abbr:before {
    content: attr(title);
  }
  abbr span {
    display: none;
  }
}
/** initial setup **/
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-right: 0px;
}
.nano > .nano-content:focus {
  outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
  visibility: hidden;
}

.nano > .nano-content::-webkit-scrollbar {
  display: none;
}

.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}

.nano > .nano-pane {
  position: absolute;
  width: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: .01;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.nano > .nano-pane > .nano-slider {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.25);
  background: none repeat scroll 0 0 #444;
  position: relative;
  margin: 0 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.nano:hover > .nano-pane {
  visibility: visible\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99;
}

.nano-pane.active, .nano-pane.flashed {
  visibility: visible\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99;
}

table {
  width: 100%;
}
table caption {
  padding: 0 5px;
  text-align: left;
}
table thead.fixed-header {
  position: fixed;
  -webkit-transform: translateZ(0);
  background: #ffffff;
}
table tr th,
table tr td {
  padding: 0 5px;
}
table tr th.large, table tr th.larger, table tr th.largest,
table tr td.large,
table tr td.larger,
table tr td.largest {
  display: none;
}
table tr th > a {
  width: 100%;
  display: inline-block;
  color: #38a5ce;
}
table tr th > a abbr,
table tr th > a span,
table tr th > a img {
  cursor: pointer;
}
table tr th > a:hover, table tr th > a:focus, table tr th > a:active {
  text-decoration: none;
}
table tr th > a:hover, table tr th > a:focus, table tr th > a:active {
  color: #38a5ce;
}
table tr td > a {
  width: 100%;
  display: inline-block;
  color: #000000;
}
table tr td > a abbr,
table tr td > a span,
table tr td > a img {
  cursor: pointer;
}
table tr td > a:hover, table tr td > a:focus, table tr td > a:active {
  text-decoration: none;
}
table tr td > a:hover, table tr td > a:focus, table tr td > a:active {
  color: #000000;
}
table tr th {
  font-size: 14px;
  height: 30px;
  color: #38a5ce;
  text-align: left;
  vertical-align: middle;
  background-color: transparent;
  border-bottom: solid 1px #e3e3e7;
}
table tr th.sorting a {
  text-decoration: underline;
}
table tr th.sorting a abbr,
table tr th.sorting a span {
  text-decoration: underline;
}
table tr td {
  font-size: 12px;
  height: 50px;
  color: #000000;
  vertical-align: middle;
  background-color: transparent;
  border-bottom: solid 1px #e3e3e7;
}
table tr td.fixed-header-compensator {
  line-height: 29px;
  height: 30px;
}
table tr .align-right {
  text-align: right;
}
table tr.large, table tr.larger, table tr.largest {
  display: none;
}
table tr.highlight {
  background-color: #e5f4fa;
}
table.short-cells tr td {
  height: 30px;
}
table.current-match tr td:nth-child(odd) {
  width: 35%;
}
table.current-match tr td:nth-child(even) {
  width: 15%;
}
table.no-border tr th,
table.no-border tr td {
  border: 0 none;
}
table.zebra thead tr {
  background-color: #ffffff;
}
table.zebra tr {
  background-color: #f6f8fa;
}
table.zebra tr:nth-child(2n) {
  background-color: #ffffff;
}
table.zebra tr.highlight {
  background-color: #e5f4fa;
}
table.zebra tr.white-header {
  background-color: #ffffff;
}
table.zebra.jamieSaw tr {
  background-color: transparent;
}
table.zebra.jamieSaw tr td {
  background-color: #f6f8fa;
}
table.zebra.jamieSaw tr:nth-child(2n) td:not(.moreLeft) {
  background-color: #ffffff;
}
table.zebra.jamieSaw tr:nth-child(2n+1) td.pinned.moreLeft {
  background-image: url("//widgets.sports.gracenote.com/latest/assets/images/jamiesaw/shadow_fillcolour.png");
}
table.fixed-header-zebra thead tr {
  background-color: #ffffff;
}
table.fixed-header-zebra tr {
  background-color: #ffffff;
}
table.fixed-header-zebra tr:nth-child(2n) {
  background-color: #f6f8fa;
}
table.fixed-header-zebra tr.highlight {
  background-color: #e5f4fa;
}
table.fixed-header-zebra tr.white-header {
  background-color: #ffffff;
}
table.large, table.larger, table.largest {
  display: none;
}

@media (min-width: 600px) {
  table tr td.small,
  table tr th.small {
    display: none;
  }
  table tr td.large,
  table tr th.large {
    display: table-cell;
  }
  table tr.small {
    display: none;
  }
  table tr.large {
    display: table-row;
  }
  table.small {
    display: none;
  }
  table.large {
    display: table;
  }
}
@media (min-width: 768px) {
  table tr td.larger,
  table tr th.larger {
    display: table-cell;
  }
  table tr.larger {
    display: table-row;
  }
  table.larger {
    display: table;
  }
}
@media (min-width: 1024px) {
  table tr td.largest,
  table tr th.largest {
    display: table-cell;
  }
  table tr.largest {
    display: table-row;
  }
  table.largest {
    display: table;
  }
}
.tab-wrapper {
  border-bottom: 0px none;
  background: #f6f8fa;
  margin-bottom: 10px;
}
.tab-wrapper.two-tabs ul.tabs, .tab-wrapper.three-tabs ul.tabs, .tab-wrapper.four-tabs ul.tabs, .tab-wrapper.five-tabs ul.tabs {
  margin: 0px;
  padding: 0px;
  width: 100%;
  text-align: center;
}
.tab-wrapper.two-tabs ul.tabs li.tab, .tab-wrapper.three-tabs ul.tabs li.tab, .tab-wrapper.four-tabs ul.tabs li.tab, .tab-wrapper.five-tabs ul.tabs li.tab {
  line-height: 18px;
  font-size: 14px;
  background: #f6f8fa;
  display: inline-block;
  text-align: center;
  position: relative;
  border-top: 0px none;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  height: 40px;
}
.tab-wrapper.two-tabs ul.tabs li.tab a, .tab-wrapper.three-tabs ul.tabs li.tab a, .tab-wrapper.four-tabs ul.tabs li.tab a, .tab-wrapper.five-tabs ul.tabs li.tab a {
  width: 100%;
  display: inline-block;
  text-shadow: 0 1px 0 #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
  padding: 10px;
  color: #8d8e96;
  opacity: 0.6;
  height: 38px;
}
.tab-wrapper.two-tabs ul.tabs li.tab a abbr,
.tab-wrapper.two-tabs ul.tabs li.tab a span,
.tab-wrapper.two-tabs ul.tabs li.tab a img, .tab-wrapper.three-tabs ul.tabs li.tab a abbr,
.tab-wrapper.three-tabs ul.tabs li.tab a span,
.tab-wrapper.three-tabs ul.tabs li.tab a img, .tab-wrapper.four-tabs ul.tabs li.tab a abbr,
.tab-wrapper.four-tabs ul.tabs li.tab a span,
.tab-wrapper.four-tabs ul.tabs li.tab a img, .tab-wrapper.five-tabs ul.tabs li.tab a abbr,
.tab-wrapper.five-tabs ul.tabs li.tab a span,
.tab-wrapper.five-tabs ul.tabs li.tab a img {
  cursor: pointer;
}
.tab-wrapper.two-tabs ul.tabs li.tab a:hover, .tab-wrapper.two-tabs ul.tabs li.tab a:focus, .tab-wrapper.two-tabs ul.tabs li.tab a:active, .tab-wrapper.three-tabs ul.tabs li.tab a:hover, .tab-wrapper.three-tabs ul.tabs li.tab a:focus, .tab-wrapper.three-tabs ul.tabs li.tab a:active, .tab-wrapper.four-tabs ul.tabs li.tab a:hover, .tab-wrapper.four-tabs ul.tabs li.tab a:focus, .tab-wrapper.four-tabs ul.tabs li.tab a:active, .tab-wrapper.five-tabs ul.tabs li.tab a:hover, .tab-wrapper.five-tabs ul.tabs li.tab a:focus, .tab-wrapper.five-tabs ul.tabs li.tab a:active {
  text-decoration: none;
}
.tab-wrapper.two-tabs ul.tabs li.tab.active, .tab-wrapper.three-tabs ul.tabs li.tab.active, .tab-wrapper.four-tabs ul.tabs li.tab.active, .tab-wrapper.five-tabs ul.tabs li.tab.active {
  background: #ffffff;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #dfdfdf;
}
.tab-wrapper.two-tabs ul.tabs li.tab.active a, .tab-wrapper.three-tabs ul.tabs li.tab.active a, .tab-wrapper.four-tabs ul.tabs li.tab.active a, .tab-wrapper.five-tabs ul.tabs li.tab.active a {
  opacity: 1;
}
.tab-wrapper.two-tabs ul.tabs li.tab:last-child, .tab-wrapper.three-tabs ul.tabs li.tab:last-child, .tab-wrapper.four-tabs ul.tabs li.tab:last-child, .tab-wrapper.five-tabs ul.tabs li.tab:last-child {
  border-right: 0px none;
}
.tab-wrapper.two-tabs ul.tabs li.tab {
  width: 50%;
}
.tab-wrapper.three-tabs ul.tabs li.tab {
  width: 33.33333%;
}
.tab-wrapper.four-tabs ul.tabs li.tab {
  width: 25%;
}
.tab-wrapper.five-tabs ul.tabs li.tab {
  width: 19.8%;
}

.sub-tab-wrapper {
  margin-bottom: 10px;
}
.sub-tab-wrapper ul.sub-tabs {
  width: 100%;
  text-align: center;
}
.sub-tab-wrapper ul.sub-tabs li.sub-tab {
  line-height: 30px;
  height: 30px;
  font-size: 14px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  position: relative;
}
.sub-tab-wrapper ul.sub-tabs li.sub-tab a {
  width: 100%;
  display: inline-block;
  text-shadow: 0 1px 0 #fff;
  padding: 0px 20px;
  color: #8d8e96;
}
.sub-tab-wrapper ul.sub-tabs li.sub-tab a abbr,
.sub-tab-wrapper ul.sub-tabs li.sub-tab a span,
.sub-tab-wrapper ul.sub-tabs li.sub-tab a img {
  cursor: pointer;
}
.sub-tab-wrapper ul.sub-tabs li.sub-tab a:hover, .sub-tab-wrapper ul.sub-tabs li.sub-tab a:focus, .sub-tab-wrapper ul.sub-tabs li.sub-tab a:active {
  text-decoration: none;
}
.sub-tab-wrapper ul.sub-tabs li.sub-tab a:hover, .sub-tab-wrapper ul.sub-tabs li.sub-tab a:focus, .sub-tab-wrapper ul.sub-tabs li.sub-tab a:active {
  text-decoration: underline;
}
.sub-tab-wrapper ul.sub-tabs li.sub-tab.active a {
  color: #38a5ce;
  text-decoration: underline;
}

@media (min-width: 600px) {
  .tab-wrapper.two-tabs, .tab-wrapper.three-tabs {
    padding: 10px 0px;
    border-bottom: 1px solid #e3e3e7;
    margin-bottom: 0px;
  }
  .tab-wrapper.two-tabs ul.tabs li.tab, .tab-wrapper.three-tabs ul.tabs li.tab {
    width: 180px;
    border: 1px solid #e3e3e7;
    border-left: 0px none;
  }
  .tab-wrapper.two-tabs ul.tabs li.tab a, .tab-wrapper.three-tabs ul.tabs li.tab a {
    max-width: 180px;
  }
  .tab-wrapper.two-tabs ul.tabs li.tab.active, .tab-wrapper.three-tabs ul.tabs li.tab.active {
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #e3e3e7;
  }
  .tab-wrapper.two-tabs ul.tabs li.tab:first-child, .tab-wrapper.three-tabs ul.tabs li.tab:first-child {
    border-left: 1px solid #e3e3e7;
  }
  .tab-wrapper.two-tabs ul.tabs li.tab:last-child, .tab-wrapper.three-tabs ul.tabs li.tab:last-child {
    border-right: 1px solid #e3e3e7;
  }

  .sub-tab-wrapper {
    margin-bottom: 0px;
  }
  .sub-tab-wrapper ul.sub-tabs li.sub-tab {
    height: 50px;
    line-height: 50px;
  }
}
@media (min-width: 768px) {
  .tab-wrapper.four-tabs, .tab-wrapper.five-tabs {
    padding: 10px 0px;
    border-bottom: 1px solid #e3e3e7;
    margin-bottom: 0px;
  }
  .tab-wrapper.four-tabs ul.tabs li.tab, .tab-wrapper.five-tabs ul.tabs li.tab {
    width: 180px;
    border: 1px solid #e3e3e7;
    border-left: 0px none;
  }
  .tab-wrapper.four-tabs ul.tabs li.tab a, .tab-wrapper.five-tabs ul.tabs li.tab a {
    max-width: 180px;
  }
  .tab-wrapper.four-tabs ul.tabs li.tab.active, .tab-wrapper.five-tabs ul.tabs li.tab.active {
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #e3e3e7;
  }
  .tab-wrapper.four-tabs ul.tabs li.tab:first-child, .tab-wrapper.five-tabs ul.tabs li.tab:first-child {
    border-left: 1px solid #e3e3e7;
  }
  .tab-wrapper.four-tabs ul.tabs li.tab:last-child, .tab-wrapper.five-tabs ul.tabs li.tab:last-child {
    border-right: 1px solid #e3e3e7;
  }

  .tab-wrapper.five-tabs ul.tabs li.tab {
    width: 150px;
  }
  .tab-wrapper.five-tabs ul.tabs li.tab a {
    max-width: 150px;
  }
}
@media (min-width: 1024px) {
  .tab-wrapper.five-tabs ul.tabs li.tab {
    width: 180px;
  }
  .tab-wrapper.five-tabs ul.tabs li.tab a {
    max-width: 180px;
  }
}
[data-tooltip] {
  position: relative;
  z-index: 10;
  background-clip: padding-box;
}
[data-tooltip]:before {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  bottom: 60%;
  margin-bottom: 5px;
  margin-left: 0px;
  padding: 2px 8px;
  width: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 15px;
  right: 50%;
  background-color: #000;
  background-color: rgba(51, 51, 51, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 11px;
  line-height: 15px;
  white-space: nowrap;
}
[data-tooltip]:hover:before, [data-tooltip]:focus:before, [data-tooltip]:active:before {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.tooltip-left[data-tooltip]:before {
  left: auto;
  right: 0px;
}

.tooltip-right[data-tooltip]:before {
  right: auto;
  left: 0px;
}

.tooltip {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: -20px;
  left: 0;
  width: 100%;
  height: 0;
}
.tooltip.below {
  top: 20px;
}
.tooltip .tooltip-content {
  position: relative;
  padding: 1px 8px 2px;
  width: auto;
  border-radius: 15px;
  background: #333333;
  color: #fff;
  font-size: 11px;
  line-height: 15px;
  white-space: nowrap;
  display: inline-block;
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 0 0 3px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 0 3px 0;
  box-shadow: rgba(0, 0, 0, 0.6) 0 0 3px 0;
}
.tooltip .tooltip-arrow-down {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 5px solid #000;
  border-top: 5px solid rgba(51, 51, 51, 0.9);
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
}
.tooltip .tooltip-arrow-up {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 5px solid #000;
  border-bottom: 5px solid rgba(51, 51, 51, 0.9);
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -5px;
}
.tooltip.tooltip-left {
  width: auto !important;
  right: -9px !important;
  left: auto !important;
}
.tooltip.tooltip-left .tooltip-arrow-down,
.tooltip.tooltip-left .tooltip-arrow-up {
  right: 9%;
  left: auto;
}
.tooltip.tooltip-right {
  width: auto !important;
  left: -9px !important;
  right: auto !important;
}
.tooltip.tooltip-right .tooltip-arrow-down,
.tooltip.tooltip-right .tooltip-arrow-up {
  left: 10%;
}

.tooltip-activator {
  position: relative;
}
.tooltip-activator:hover .tooltip, .tooltip-activator:focus .tooltip, .tooltip-activator:active .tooltip {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.fit-table {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fit-table-container {
  overflow-x: auto;
  -ms-overflow-style: none;
}
.fit-table-container::-webkit-scrollbar {
  display: none;
}
.fit-table tr td:first-child, .fit-table tr th:first-child {
  left: 0;
}
.fit-table > .fit-table-fixed-header {
  position: absolute;
  left: 0;
  width: 100%;
  overflow-x: hidden;
  z-index: 4;
  cursor: default;
}

.double-fixed-col tr td:nth-child(2), .double-fixed-col tr th:nth-child(2), .fit-table tr td:first-child, .fit-table tr th:first-child {
  position: absolute;
  cursor: default;
  padding: 6px;
  width: auto;
  -webkit-transform: translateZ(0px);
  -webkit-transform: translate3d(0, 0, 0);
}

.tableIsFit:hover {
  cursor: ew-resize;
}

.fit-table-shadow-holder {
  position: relative;
}

.shadow-left, .shadow-right {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 7px;
  display: none;
}

.shadow-left {
  box-shadow: 15px 0 15px -15px inset;
  left: 0;
}

.shadow-right {
  box-shadow: -15px 0 15px -15px inset;
  right: 0;
}

@media (-webkit-min-device-pixel-ratio: 0) {
  .double-fixed-col tr td:nth-child(2), .double-fixed-col tr th:nth-child(2), .fit-table tr td:first-child, .fit-table tr th:first-child {
    margin-top: 1px;
  }
}
.select-wrapper {
  text-align: center;
  width: 300px;
  margin: 0px auto;
  line-height: 30px;
}
.select-wrapper select {
  width: 260px;
  height: 30px;
  padding: 5px;
  color: #7f7f7f;
  font-size: 14px;
}
.select-wrapper label {
  margin: 0px 10px 0px 5px;
  color: #9d9d9d;
  font-size: 12px;
  line-height: 30px;
  text-align: left;
  width: 250px;
  display: inline-block;
}

@media (min-width: 1024px) {
  .select-wrapper select {
    width: 220px;
  }
  .select-wrapper label {
    width: 40px;
    text-align: right;
  }
}
img.country-flag,
img.country-flag-large,
img.club-logo-small,
img.club-logo-medium,
img.club-logo-large,
img.club-logo-larger,
img.club-logo-largest,
img.team-jersey {
  margin-top: -3px;
  margin-right: 5px;
}

img.country-flag {
  width: 20px;
  height: 13px;
}

img.country-flag-medium {
  width: 35px;
}

img.country-flag-large {
  width: 65px;
  height: 43px;
}

img.team-jersey {
  width: 20px;
  height: 20px;
}

img.club-logo-small {
  width: 20px;
  height: 20px;
}

img.club-logo-medium {
  width: 35px;
  height: 35px;
}

img.club-logo-large {
  width: 65px;
  height: 65px;
}

img.club-logo-larger {
  width: 80px;
  height: 80px;
}

img.club-logo-largest {
  width: 150px;
  height: 150px;
}

img.person-image {
  width: 24px;
  height: 36px;
  margin-top: -2px;
  margin-right: 5px;
}

label img.country-flag {
  margin-top: -4px;
}

table tr th.club-logo-wrapper-small,
table tr td.club-logo-wrapper-small {
  line-height: 20px;
}
table tr th.club-logo-wrapper-medium,
table tr td.club-logo-wrapper-medium {
  line-height: 35px;
}
table tr th.person-image-wrapper,
table tr td.person-image-wrapper {
  line-height: 49px;
}
table.short-cells tr td.person-image-wrapper {
  line-height: 29px;
}
table.short-cells tr td.person-image-wrapper img.person-image {
  width: 17px;
  height: 26px;
}

.filter-wrapper {
  background: #f6f8fa;
}
.filter-wrapper .select-wrapper {
  margin: 20px auto;
  text-align: left;
}
.filter-wrapper label {
  text-align: right;
  width: 60px;
}
.filter-wrapper select {
  width: 220px;
}

.status {
  color: #009d4e;
  font-weight: bold;
}

.divider td {
  border-top: 5px solid #eee;
}

.national-league, .nfc, .legend, .west, .western {
  margin-top: 20px;
}

.standalone {
  margin-top: 0;
}

.nhl-preseason td:first-child,
.nba-preseason td:first-child {
  min-width: 50%;
}

.nba-playoff .eastern td:nth-child(2),
.nba-playoff .western td:nth-child(2) {
  min-width: 40%;
}

.nba-playoff tr:nth-child(9) td {
  border-bottom: 4px solid #c8c8cf;
}

.nfl-playoffs tr:nth-child(7) td {
  border-bottom: 4px solid #c8c8cf;
}

[data-tooltip]::before {
  font-weight: normal;
}

@media (max-width: 599px) {
  .standalone th:nth-of-type(1n+6),
  .standalone td:nth-of-type(1n+6) {
    display: none;
  }

  .standalone th:nth-of-type(5).tooltip-left[data-tooltip]::before {
    left: auto !important;
    right: 0 !important;
  }

  .nhl-standings .standalone th:nth-child(2),
  .nhl-standings .standalone td:nth-child(2) {
    display: none;
  }

  .nhl-standings .standalone th:nth-child(6),
  .nhl-standings .standalone td:nth-child(6) {
    display: table-cell;
  }

  .nhl-standings .standalone th:nth-of-type(6).tooltip-left[data-tooltip]::before {
    left: auto !important;
    right: 0 !important;
  }
}
@media (min-width: 600px) {
  .wildcard .american-league,
  .wildcard .national-league, .preseason .american-league,
  .preseason .national-league {
    float: left;
    margin-top: 0;
    width: 49%;
  }
  .wildcard .national-league, .preseason .national-league {
    margin-left: 2%;
  }

  .nhl-preseason .eastern,
  .nhl-preseason .western,
  .nba-preseason .eastern,
  .nba-preseason .western {
    float: left;
    margin-top: 0;
    width: 49%;
  }
  .nhl-preseason .western,
  .nba-preseason .western {
    margin-left: 2%;
  }

  .legend {
    clear: left;
  }

  .east .pinned,
  .west .pinned {
    min-width: 30%;
  }

  .nfl-standings .afc .pinned,
  .nfl-standings .nfc .pinned {
    min-width: 25%;
  }

  .nfl-preseason .afc td:first-child,
  .nfl-preseason .nfc td:first-child {
    min-width: 50%;
  }

  .nba-standings .eastern td:first-child,
  .nba-standings .western td:first-child {
    min-width: 25%;
  }

  .nfl-playoffs .afc td:nth-child(2),
  .nfl-playoffs .nfc td:nth-child(2),
  .nba-playoff .eastern td:nth-child(2),
  .nba-playoff .western td:nth-child(2) {
    min-width: 30%;
  }
}
@media (min-width: 1024px) {
  .east,
  .west,
  .nfl-preseason .afc, .nfl-playoffs .afc,
  .nfl-preseason .nfc, .nfl-playoffs .nfc,
  .nba-playoff .eastern, .nba-playoff .western {
    float: left;
    margin-top: 0;
    width: 49%;
  }

  .west,
  .nfl-preseason .nfc, .nfl-playoffs .nfc,
  .nba-playoff .western {
    margin-left: 2%;
  }

  .east.standalone,
  .west.standalone {
    float: none;
    margin: 0;
    width: 100%;
  }
}
