<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  --body-background-color: black;
  --primary-color: #076094;
  --primary-color-hover: #076094;
  --link-color: #6ccff6;
  --link-hover: #6ccff6;
  --header-fg-color: White;
  --header-bg-color: #575557;
  --header-fg-hover: White;
  --header-bg-hover: #454345;
  --header-fg-hover-a: #ccc;
  --header-border-color: #2E3F53;
  --subheader-fg-color: White;
  --subheader-bg-color: #575557;
  --subheader-fg-hover: White;
  --subheader-bg-hover: #454345;
  --subheader-fg-hover-a: #ccc;
  --subheader-border-color: #667789;
  --hightlight-bg: #ffe;
  --main-text-color: White;
  --alternate-text-color-1: Black;
  --green: #4b934b;
  --green-hover: #54a454;
  --red: red;
  --red-hover: #ff1a1a;
  --gray: gray;
  --gray-hover: #8d8d8d;
  --light-grey: #838383;
  --red-universal-header: #a80800;
  --nffc-color: #076094;
  --nfbc-color: #3a7445;
  --nfbkc-color: #c96c38;
  --football-color: #076094;
  --baseball-color: #3a7445;
  --basketball-color: #c96c38;
  --text-content-color: #363436;
  --myteam-color: #657665;
  --selected-team-color: #657665;
  --table-background-color: #454345;
  --tr-header-color: #363436;
  --tr-color: #454345;
  --tr-hover-color: #726F72FF;
  --table-border-color: black;
  --action-yellow: #fff204;
  --border-color: rgba(185, 196, 203, 0.4);
  --box-shadow-color: rgba(0, 0, 0, 0.1);
  --alert-color: #f44335;
  --alert-border-color: #d33b2e;
  --warning-color: #8bc34a;
  --warning-border-color: #78a840;
  --info-color: #0da2ce;
  --info-border-color: #0a8db5;
  --popout_title_background: var(--header-bg-color);
  --popout_title_color: white;
  --popout_background: white;
  --popout_item_background: white;
  --popout_text_color: white;
  --popout_tab_book_background: white;
  --popout_tab_book_color: #384047;
  --navigation_button_background: #505a63;
  --lobby-gradient-start: var(--nffc-color);
  --lobby-gradient-end: #365466;
  --football-icon-url: url(/frontend/img/icons.white/football.svg);
  --baseball-icon-url: url(/frontend/img/icons.white/baseball.svg);
  --basketball-icon-url: url(/frontend/img/icons.white/basketball.svg);
  --racing-icon-url: url(/frontend/img/icons.white/racing.svg);
  --nfbc-logo-url: url(/frontend/img/logos/nfbc.svg);
  --nfbkc-logo-url: url(/frontend/img/logos/nfbkc.svg);
  --nffc-logo-url: url(/frontend/img/logos/nffc.svg);
  --popup_overlay: rgba(58, 56, 56, 0.48);
  --details-color: #7b8b8e;
  --sportyear_header: #363436;
  --selected-bg-color: #657665;
  --tr-color-shaded: #454345;
  --filter-bg: #585658;
  --filter-bg-hover: rgba(255, 255, 255, 0.2);
  --filter-select-bg: var(--filter-bg);
  --fa-color: white;
  --fa-color-link: white;
  --tabbar-background-color: transparent;
  --tab-selected-color: black;
  --tab-selected-background-color: white;
  --tab-not-selected-color: white;
  --tab-not-selected-background-color: var(--light-grey);
  --index_flex_container_background: transparent;
  --card-background-color: var(--subheader-bg-color);
  --card-section-background-color: var(--tr-color);
  --select-disabled-background-color: #999;
}
body.no_scroll {
  overflow: hidden;
}
#universal-header {
  background-color: #222;
  height: 48px;
  min-height: 48px;
  width: 100%;
}
#universal-header [data-class='separator'] {
  border-top: solid 1px #333;
  display: block;
}
#universal-header a[data-selected='1'] &gt; span:before {
  margin-bottom: -1.4em;
  content: "â€¢ ";
  color: black;
  margin-left: -0.5em;
  float: left;
}
#universal-header &gt; div &gt; ul &gt; li &gt; a {
  color: #7b8b8e;
}
#universal-header &gt; div:nth-child(1) &gt; div:nth-child(1) {
  width: 100% !important;
  background-color: var(--nffc-color);
  transform: initial;
  border-right: none;
  left: 0;
}
#universal-header &gt; div:nth-child(1) &gt; div:nth-child(2) &gt; header:nth-child(1) {
  background-color: var(--red-universal-header) !important;
}
@media (min-width: 1000px) {
  #universal-header {
    height: 145px;
    min-height: 145px;
  }
}
html {
  height: 100%;
}
body {
  background: var(--body-background-color);
  height: 100%;
  font-family: Mulish Black, sans-serif;
}
body &gt; #page {
  display: flex;
  flex-flow: column;
  min-height: 100%;
}
body &gt; #page &gt; #page_content {
  flex: 1;
}
body &gt; #page &gt; #page_content &gt; .text_content {
  background: transparent;
  color: white;
  padding-top: 0;
  max-width: 92em;
  margin: auto;
}
body &gt; #page &gt; #page_content &gt; #react_root {
  padding-top: 0;
  max-width: 92em;
  margin: auto;
}
button,
select,
input[type='submit'],
input[type='reset'],
input[type='button'] {
  cursor: pointer;
}
a {
  color: var(--link-color);
  text-decoration: none;
}
a:hover {
  color: var(--link-hover);
}
select {
  -moz-appearance: none;
  -moz-user-select: none;
  box-shadow: 0 1px 3px var(--box-shadow-color);
  user-select: none;
  padding-right: 4em;
  color: var(--main-text-color);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  margin: 0.5em 0;
  height: 2em;
  background: var(--filter-select-bg) !important;
  border-radius: 0.25em;
  border: solid 1px var(--border-color);
  margin-right: 3px;
  width: auto;
  max-width: 22em;
}
select[disabled] {
  background: var(--select-disabled-background-color) !important;
  -webkit-appearance: none;
  cursor: default;
}
label.checkbox {
  cursor: pointer;
}
label.checkbox input[type='checkbox'] + span {
  display: none;
  width: 1em;
  height: 1em;
  line-height: 1em;
  color: #25323a;
  border: solid 1px #25323a;
  vertical-align: top;
  margin-right: 0.5em;
  text-align: center;
  border-radius: 0.25em;
}
label.checkbox input[type='checkbox']:checked + span {
  color: White;
  background: #25323a;
}
label.checkbox input[type='checkbox']:checked + span:after {
  content: "âœ”";
}
label.checkbox input[type='checkbox']:hover + span {
  color: White;
  border: solid 1px #11a3d4;
  background: #11a3d4;
}
label.checkbox input[type='checkbox']:hover:checked + span {
  color: White;
  background: #11a3d4;
}
.page_width {
  max-width: 60em;
}
.card {
  width: 100%;
  background: var(--card-background-color);
  box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.1);
  padding: 0.5em;
  margin-bottom: 1em;
  box-sizing: border-box;
}
.card &gt; .cardTitle {
  color: White;
  margin: -0.5em;
  margin-bottom: 0.5em;
  padding: 0.5em;
}
.card .subTitle {
  font-weight: bold;
}
.card .cardSection {
  display: block;
}
.card .cardSection:nth-last-of-type(n+2) {
  border-bottom: solid 1px black;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.primaryFG {
  color: var(--main-text-color);
}
.btn {
  outline: none;
  background-color: var(--primary-color);
  text-decoration: none;
  color: White;
  padding: 0.3em 1.2em;
  border-radius: 0.2em;
  font-size: 0.9em;
  font-weight: normal;
  font-family: "Lato", sans-serif;
  white-space: nowrap;
  border: solid 1px black;
  display: inline-block;
  text-align: center;
}
.btn:hover {
  color: black;
  background-color: white;
}
.btn.inv {
  color: var(--primary-color);
  background-color: White;
  border-color: var(--primary-color);
}
.btn.inv:hover {
  color: black;
  background-color: white;
}
.btn.inv[disabled] {
  color: White;
  border-color: transparent;
}
.btn.small {
  padding: 0.25em 0.75em;
  font-size: 0.8em;
}
.btn.medium {
  padding: 0.5em 1.25em;
  font-size: 0.9em;
}
.btn.big {
  font-size: 1.2em;
  padding: 0.8em 2.3em;
}
.btn.green {
  background: var(--green);
}
.btn.green:hover {
  background: var(--green-hover);
}
.btn.red {
  background: var(--red);
}
.btn.red:hover {
  background: var(--red-hover);
}
.btn.gray {
  background: var(--gray);
}
.btn.gray:hover {
  background: var(--gray-hover);
}
.btn[disabled] {
  background: var(--gray);
  cursor: default;
}
.btn[disabled]:hover {
  background: var(--gray);
}
.btn.disabledIcon i.fa {
  display: none;
}
.btn.disabledIcon[disabled] i.fa {
  display: inline-block;
  margin-left: 0.5em;
}
.btn.baseball {
  background: #3a7445;
  border: solid 1px transparent;
}
.btn.football {
  background: #076094;
  border: solid 1px transparent;
}
.btn.basketball {
  background: #c96c38;
  border: solid 1px transparent;
}
button.link {
  border: none;
  background: transparent;
  color: var(--link-color);
  font-size: 1em;
}
button.link:hover {
  color: var(--link-hover);
}
button.link[disabled] {
  color: var(--gray);
}
button.link[disabled]:hover {
  color: var(--gray);
}
button.link.disabledIcon i.fa {
  display: none;
}
button.link.disabledIcon[disabled] i.fa {
  display: inline-block;
  margin-left: 0.5em;
}
table.data {
  font-size: 0.8em;
  width: calc(100% - 2em);
  margin: 1em;
  background: var(--table-background-color);
}
table.data th {
  text-align: left;
  font-weight: normal;
  border-bottom: solid 1px var(--table-border-color);
  padding: 0.8em 1em;
  background: var(--tr-color);
  vertical-align: top;
}
table.data th[colspan='100%'] {
  font-size: 1em;
  border-left: none;
  border-right: none;
  font-weight: bold;
}
table.data td {
  padding: 0.8em 1em;
  padding-right: 0;
  border-bottom: solid 1px var(--table-border-color);
  background: var(--tr-color);
  vertical-align: top;
}
table.data td[colspan='100%'] {
  font-size: 1em;
  border-left: none;
  border-right: none;
  font-weight: bold;
}
table.data td:last-child {
  padding-right: 1em;
}
table.data tr.spacer td {
  background: transparent;
  box-shadow: inset 1px 4px 0 rgba(12, 12, 13, 0.1);
}
table.data tr.spacer td:after {
  content: "";
  background: black;
  height: 1.25em;
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: -0.5em;
}
table.data tbody:last-child &gt; tr.spacer:last-child {
  display: none;
}
table.data &gt; tfoot &gt; tr &gt; td {
  background: var(--tr-hover-color);
  font-weight: bold;
}
table.data.hoverRow &gt; tbody &gt; tr:hover &gt; td {
  background-color: var(--tr-hover-color);
}
table.data.hoverRow &gt; tbody &gt; tr.noHover:hover &gt; td {
  background-color: inherit;
}
table.data &gt; thead &gt; tr &gt; th,
table.data &gt; thead &gt; tr &gt; td {
  font-weight: normal;
  background: var(--tr-color);
}
table.data &gt; thead &gt; tr &gt; th[colspan="100%"],
table.data &gt; thead &gt; tr &gt; td[colspan="100%"] {
  border-bottom: solid 1px white !important;
}
table.data &gt; thead &gt; tr &gt; th a,
table.data &gt; thead &gt; tr &gt; td a,
table.data &gt; thead &gt; tr &gt; th a:not(.btn),
table.data &gt; thead &gt; tr &gt; td a:not(.btn),
table.data &gt; thead &gt; tr &gt; th button.link,
table.data &gt; thead &gt; tr &gt; td button.link {
  color: var(--header-fg-color);
}
table.data &gt; thead &gt; tr &gt; th a:hover,
table.data &gt; thead &gt; tr &gt; td a:hover,
table.data &gt; thead &gt; tr &gt; th a:not(.btn):hover,
table.data &gt; thead &gt; tr &gt; td a:not(.btn):hover,
table.data &gt; thead &gt; tr &gt; th button.link:hover,
table.data &gt; thead &gt; tr &gt; td button.link:hover {
  color: var(--header-fg-hover-a);
}
table.data &gt; thead &gt; tr:nth-child(n+2) &gt; th,
table.data &gt; thead &gt; tr:nth-child(n+2) &gt; td {
  color: var(--subheader-fg-color);
  background: transparent;
}
tr.sortable &gt; th,
tr.sortable &gt; td {
  outline: none;
  position: relative;
}
tr.sortable &gt; th &gt; .fa,
tr.sortable &gt; td &gt; .fa {
  position: absolute;
  z-index: 1;
  height: 2em;
  margin-top: 0.25em;
  line-height: 1.5em;
  padding-left: 0.25em;
  padding-right: 0.25em;
}
tr.sortable &gt; th &gt; .fa:first-child,
tr.sortable &gt; td &gt; .fa:first-child {
  margin-left: -1em;
  padding-right: 0;
}
tr.sortable &gt; th &gt; .fa.fa-sort,
tr.sortable &gt; td &gt; .fa.fa-sort {
  display: none;
  color: #ccc;
}
tr.sortable &gt; th &gt; .fa.fa-sort-asc,
tr.sortable &gt; td &gt; .fa.fa-sort-asc {
  line-height: 3.5em;
}
tr.sortable &gt; th &gt; .fa.fa-sort-asc::before,
tr.sortable &gt; td &gt; .fa.fa-sort-asc::before {
  content: "\f0de";
}
tr.sortable &gt; th &gt; .fa.fa-sort-desc,
tr.sortable &gt; td &gt; .fa.fa-sort-desc {
  line-height: 2.5em;
}
tr.sortable &gt; th &gt; .fa.fa-sort-desc::before,
tr.sortable &gt; td &gt; .fa.fa-sort-desc::before {
  content: "\f0dd";
}
tr.sortable &gt; th[onClick],
tr.sortable &gt; td[onClick] {
  cursor: pointer;
}
tr.sortable &gt; th[onClick]:hover,
tr.sortable &gt; td[onClick]:hover {
  background: var(--header-bg-hover);
}
tr.sortable:nth-child(1) &gt; td &gt; .fa,
tr.sortable:nth-child(1) &gt; th &gt; .fa {
  background: var(--header-bg-color);
}
tr.sortable:nth-child(1) &gt; td[onClick]:hover,
tr.sortable:nth-child(1) &gt; th[onClick]:hover {
  color: var(--header-fg-hover);
  background: var(--header-bg-hover);
}
tr.sortable:nth-child(1) &gt; td[onClick]:hover &gt; .fa,
tr.sortable:nth-child(1) &gt; th[onClick]:hover &gt; .fa {
  background: var(--header-bg-hover);
}
table.card {
  padding: 0;
  background: transparent;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.card a:not(.btn),
table.data a:not(.btn) {
  text-decoration: none;
  color: var(--link-color);
}
.card a:not(.btn):hover,
table.data a:not(.btn):hover {
  color: var(--link-hover);
}
.footer_ad_dialog {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  z-index: 10000;
}
.footer_ad_dialog &gt; div[data-a-spot] {
  border: solid 3px White;
  margin: auto !important;
}
@media (min-width: 650px) {
  .footer_ad_dialog &gt; div[data-a-spot] {
    width: 600px !important;
  }
}
.tabBook {
  display: none;
}
.tabBook &gt; div:first-child &gt; * {
  height: 3em;
  text-align: center;
  border: none;
  color: white;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 1em;
  font-size: 0.8em;
  outline: none;
  background: var(--text-content-color);
}
.tabBook &gt; div:first-child &gt; *.selected {
  height: 3.1em;
  vertical-align: bottom;
}
.tabBook &gt; div:last-child &gt; * {
  display: none;
}
.tabBook &gt; button.showTabs {
  display: none;
}
.tabBar &gt; div:first-child {
  background: var(--text-content-color);
  margin-bottom: 1.5em;
  box-shadow: 0 2px 3px 0 var(--box-shadow-color);
}
.tabBar &gt; div:first-child &gt; button {
  height: 4em;
  background: var(--text-content-color);
  color: white;
  border-top: solid 0.25em transparent;
  border-bottom: solid 0.25em transparent;
  padding-left: 2em;
  padding-right: 2em;
  margin-left: 1em;
  margin-right: 0;
}
.tabBar &gt; div:first-child &gt; button.selected {
  height: 4em;
  color: white;
  border-bottom: solid 0.25em var(--link-color);
}
.morelink {
  text-align: right;
}
.morelink:first-child {
  padding-top: 1em;
  text-align: center;
}
.SetLineupPage .SetLineupChanges button .fa-times:after {
  display: none;
}
form.standard label {
  display: block;
  margin-top: 1em;
}
form.standard input {
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 3em;
  padding: 0 0.5em;
  margin-top: 0.5em;
  border-radius: 0.25em;
  border: solid 1px #ccc;
}
form.standard input[readonly] {
  background: inherit;
  border: none;
  cursor: inherit;
  color: inherit;
}
form.standard select {
  display: block;
  font-size: 0.8em;
}
form.standard textarea {
  display: block;
  width: 100%;
  height: 10em;
  margin-bottom: 1em;
  box-sizing: border-box;
  border: solid 1px #E0E0E3;
}
button.watchlist,
.PlayersPageTable &gt; table &gt; tbody &gt; tr &gt; td &gt; button {
  cursor: pointer;
  font-size: 1em;
  background: transparent;
  border: none;
  outline: none;
  color: #31ADD0;
  height: 3em;
}
button.watchlist.add,
.PlayersPageTable &gt; table &gt; tbody &gt; tr &gt; td &gt; button.add {
  color: #AFAFAF;
}
button.watchlist:hover,
.PlayersPageTable &gt; table &gt; tbody &gt; tr &gt; td &gt; button:hover {
  background: #F6F6F6;
}
button.watchlist:active,
.PlayersPageTable &gt; table &gt; tbody &gt; tr &gt; td &gt; button:active {
  background: #eee;
}
/* Ads */
.ad_728x90 {
  text-align: center;
  margin-top: 1em;
}
.ad_728x90 &gt; div {
  height: 90px;
}
div[data-a-spot] {
  max-width: 100%;
  margin: auto;
}
div[data-a-spot] &gt; a {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
div[data-a-spot][data-a-spot='MyTeams'] {
  margin-top: 1em;
}
.abutler {
  text-align: center;
}
.abutler &gt; div {
  display: inline;
}
.abutler &gt; div.mobile {
  display: none;
}
.abutler &gt; div.sharplink {
  display: none;
}
.abutler &gt; div &gt; div {
  display: inline-block;
}
.abutler &gt; div &gt; div &gt; a &gt; img {
  max-width: 100%;
}
.abutler &gt; div.mobile &gt; div &gt; a &gt; img {
  max-height: 250px;
}
.abutler &gt; div.height250 &gt; div &gt; a &gt; img {
  max-height: 250px;
}
.abutler &gt; div.height90 &gt; div &gt; a &gt; img,
.abutler &gt; div.height90 &gt; div &gt; div &gt; a &gt; img {
  max-height: 90px;
  margin-bottom: 0.2em;
}
@media (max-width: 950px) {
  .abutler &gt; div {
    display: none;
  }
  .abutler &gt; div.mobile {
    display: block;
  }
  .abutler &gt; div.sharplink {
    max-width: 100%;
  }
  .abutler &gt; div.sharplink &gt; div,
  .abutler &gt; div.sharplink &gt; div &gt; img {
    max-width: 100%;
  }
}
#iStoreLink {
  width: 8em;
  height: 3em;
  display: inline-block;
  margin: auto;
  background: no-repeat url(/frontend/img/download_apple_black.svg) center center;
}
#pStoreLink {
  width: 8em;
  height: 3em;
  display: inline-block;
  margin: auto;
  background: no-repeat url(/frontend/img/google-play-badge.svg) center center;
}
#socialConnect {
  width: 100%;
  height: 3em;
  display: inline-flex;
  margin: auto;
  float: left;
  color: #323232;
  font-family: Arial;
  font-size: 14px;
}
@media (max-width: 999px) {
  #socialConnect {
    justify-content: center;
  }
}
#socialConnect &gt; ul {
  padding-inline-start: 40px;
}
#socialConnect &gt; ul &gt; span {
  padding: 0px 0px 0px 15px;
}
body.cordova #iStoreLink {
  display: none;
}
body.cordova #pStoreLink {
  display: none;
}
sl__global_betslip .sl__betslip_status {
  background-image: url('https://delivery-dev.sharplink.us/partners/nfc/nfc-betslip-chip.svg'), linear-gradient(-210deg, var(--primary-color-hover) 0%, var(--primary-color) 100%) !important;
}
sl__player_chip[module-origin="sharplink"] {
  color: inherit;
}
.SharplinkRibbonModule {
  text-align: center;
}
#SharplinkDialogModule {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  padding-top: 1em;
  z-index: 9999999;
}
#SharplinkDialogModule &gt; div {
  background: White;
  border-radius: 8px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
  width: 90%;
  max-width: 41em;
  padding: 3em;
  box-sizing: border-box;
  text-align: center;
  font-family: "Lato", sans-serif;
  overflow: hidden;
}
#SharplinkDialogModule &gt; div:before {
  content: "+";
  color: White;
  display: block;
  font-size: 2em;
  --sharplinkDialogModuleBrand_Logo: url(/frontend/theme/cdm/img/logo-white.svg);
  --sharplinkDialogModuleBrand_Size: 5em;
  --sharplinkDialogModuleBrand_Offset: 3.5em;
  --sharplinkDialogModuleBrand_SizeMobile: 3em;
  --sharplinkDialogModuleBrand_OffsetMobile: 2em;
  --sharplinkDialogModuleBrand_MarginLeftMobile: -1em;
  background: var(--sharplinkDialogModuleBrand_Logo) calc(50% - var(--sharplinkDialogModuleBrand_Offset)) center no-repeat,
					url(/frontend/img/BetMGM-Logo.svg) calc(50% + 4.5em) center no-repeat,
					url(/frontend/img/basketball-backboard.jpg) 2em center no-repeat;
  background-size: var(--sharplinkDialogModuleBrand_Size), 7em, cover;
  height: 143px;
  line-height: 143px;
  margin: -1.5em;
  margin-bottom: 1em;
  margin-left: -4em;
}
#SharplinkDialogModule &gt; div &gt; div:first-child {
  font-size: 1.25em;
  font-weight: bold;
  font-family: "Lato Bold", sans-serif;
}
#SharplinkDialogModule &gt; div &gt; div:nth-child(2) {
  margin: 2em 0;
}
#SharplinkDialogModule &gt; div &gt; div:nth-child(4) {
  font-size: 0.8em;
}
#SharplinkDialogModule &gt; div &gt; div:last-child {
  margin-top: 1em;
}
#SharplinkDialogModule &gt; div &gt; div:last-child &gt; a {
  margin: 1em 0;
}
#SharplinkDialogModule &gt; div &gt; div:last-child &gt; button {
  margin-top: 1em;
}
@media (max-width: 40em) {
  #SharplinkDialogModule {
    padding-top: 0;
  }
  #SharplinkDialogModule &gt; div {
    width: 100%;
    padding: 1em;
  }
  #SharplinkDialogModule &gt; div:before {
    height: 90px;
    line-height: 90px;
    margin: -0.5em;
    margin-left: var(--sharplinkDialogModuleBrand_MarginLeftMobile);
    margin-bottom: 0.5em;
    background-size: var(--sharplinkDialogModuleBrand_SizeMobile), 3.5em, cover;
    background-position: calc(50% - var(--sharplinkDialogModuleBrand_OffsetMobile)) center, calc(50% + 2.25em), center center;
  }
}
body.nfc #SharplinkDialogModule &gt; div:before {
  --sharplinkDialogModuleBrand_Logo: url(/frontend/theme/nfbkc/img/logo.svg);
  --sharplinkDialogModuleBrand_Size: 2em;
  --sharplinkDialogModuleBrand_Offset: 2em;
  --sharplinkDialogModuleBrand_SizeMobile: 1em;
  --sharplinkDialogModuleBrand_OffsetMobile: 1em;
  --sharplinkDialogModuleBrand_MarginLeftMobile: -3em;
}
body.mfl10s #SharplinkDialogModule &gt; div:before {
  --sharplinkDialogModuleBrand_Logo: url(/frontend/theme/mfl10s/img/logo-all.svg);
}
a.PlayerLinkV sl__player_chip {
  font-size: 2em;
  float: right;
  margin-bottom: -1em;
  margin-top: -0.2em;
}
.BetsLabel {
  display: none;
}
.BetsLabelV {
  float: right;
  background: url(/frontend/img/bet_arrow.png);
  width: 34px;
  height: 31px;
  margin-bottom: -1em;
  margin-right: -1em;
  margin-top: -0.25em;
  display: none;
}
.sitemap {
  display: flex;
  flex-direction: row;
  justify-content: left;
  flex-wrap: wrap;
  padding: 1em;
  font-size: 0.8em;
  color: #666;
}
.sitemap &gt; .sitemap_item {
  flex: 1;
  margin: 0.5em;
  min-width: 9em;
}
.sitemap &gt; .sitemap_item a {
  text-decoration: none;
  color: #666;
}
.flex_container {
  display: flex;
  padding: 0.5em;
  margin-bottom: 0.5em;
  flex-direction: row;
}
.flex_container .flex_item {
  flex: 1;
  padding: 0.5em;
}
.baseball_text {
  color: #3a7445;
}
.football_text {
  color: #076094;
}
.basketball_text {
  color: #c96c38;
}
.sportHeader {
  background: transparent;
  color: white;
  font-size: 1.8em;
  display: flex;
  flex-flow: row;
  text-align: left;
  max-width: 1472px;
  margin: 0.5em auto;
  width: 100%;
}
.sportHeader &gt; .header-text {
  flex: 1;
  color: White;
  font-family: "Lato", sans-serif;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 0.5em;
}
.sportHeader &gt; .header-text &gt; .teaminfo {
  font-size: 0.4em;
}
.sportHeader .logo {
  flex: 1;
  background: url(/frontend/theme/nfc/img/logo.svg?v=1) no-repeat center center;
  background-size: contain;
  display: inline-block;
  width: 100%;
  max-width: 2.5em;
  height: 3em;
  margin: 0 0.5em;
}
.sportHeader:not([data-sport]) .logo {
  background-image: url(/frontend/theme/nfc/img/logo.svg);
}
.sportHeader[data-sport='baseball'] .logo {
  background-image: url(/frontend/theme/nfbc/img/logo.svg);
}
.sportHeader[data-sport='basketball'] .logo {
  background-image: url(/frontend/theme/nfbkc/img/logo.svg);
}
.sportHeader[data-sport='football'] .logo {
  background-image: url(/frontend/theme/nffc/img/logo.svg);
}
@media screen and (max-width: 50em) {
  .flex_container {
    flex-direction: column;
  }
}
#page_content {
  max-width: 1472px;
  margin: auto;
  width: 100%;
}
/*# sourceMappingURL=style.css.map */</pre></body></html>