<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.filters_vanilla {
  margin-left: 1em;
  margin-top: 0.5em;
}
.mobile_filter_link {
  display: none;
}
.mobile_view_filters {
  display: block;
}
.mobile_view_filters &gt; div {
  display: inline;
}
#mobile_short_nav {
  display: none;
}
@media screen and (max-width: 63em) {
  #react_root {
    padding: 0 !important;
  }
}
@media screen and (max-width: 50em) {
  body &gt; #page {
    padding-bottom: 2.5em;
  }
  #mobile_short_nav {
    display: flex;
    flex-flow: row nowrap;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 499;
    background: var(--primary-color);
    text-align: center;
  }
  #mobile_short_nav &gt; a {
    flex: 1;
    color: white;
    padding: 0.5em 0.5em 1em 0.5em;
    text-decoration: none;
  }
  #mobile_short_nav &gt; a:hover {
    color: #ddd;
  }
  #mobile_short_nav &gt; a &gt; i {
    font-size: 1.38em;
  }
  #mobile_short_nav &gt; a &gt; div {
    font-size: 0.6em;
    white-space: nowrap;
  }
}
@media screen and (max-width: 45em) {
  .standings_a,
  .contest_lobby_a {
    text-align: center;
    margin-top: 1em;
  }
  .filters_vanilla {
    margin-left: 0;
    margin-right: 0.5em;
    text-align: right;
  }
  .sportHeader {
    margin-bottom: 0 !important;
    padding-top: 0.2em !important;
    padding-bottom: 0.2em !important;
  }
  .mobile_view_filters {
    display: none;
  }
  .mobile_filter_link {
    display: inline-block;
    font-size: 0.9em;
    border-radius: 0em;
    margin-bottom: 0.5em;
    background: var(--primary-color);
    width: 5em;
    text-align: center;
  }
  .dialog_content .mobile_view_filters {
    display: block;
  }
  #dialog.mobile_dialog .dialog_content {
    height: auto;
    width: calc(100% - 1em);
    font-size: 0.8em;
    padding: 4em 0.2em;
    padding-bottom: 0;
  }
  #dialog.mobile_dialog .dialog_content .fa-times {
    color: white;
    background: none;
    border: none;
    height: 2em;
    width: 3em;
  }
  #dialog.mobile_dialog .dialog_content .fa-times:hover {
    background: none;
    border: none;
  }
  #dialog.mobile_dialog #dialog_title {
    margin-top: -3em;
    padding: 0.5em;
    background: #3e474f;
    color: #eee;
  }
  #dialog.mobile_dialog #dialog_body {
    background: white;
    padding: 0.5em;
    min-height: 10em;
  }
  #dialog.mobile_dialog .mobile_view_filters &gt; div {
    display: block;
    padding-bottom: 1em;
  }
  #dialog.mobile_dialog .mobile_view_filters &gt; div &gt; select {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
  }
  #dialog.mobile_dialog .mobile_view_filters &gt; div &gt; form#download_form &gt; button {
    font-size: 1em;
  }
  div[data-a-spot] {
    margin-top: 0.5em !important;
  }
  body.nfc #react_root .Top div.Slider div.Slide {
    margin-bottom: -3em;
  }
  table.data {
    margin: 0;
  }
}
@media screen and (max-width: 40em) {
  .sportHeader {
    padding: 0 !important;
  }
  .ftn-logo {
    max-width: 4em !important;
  }
  .ftn-tagline {
    display: none !important;
  }
}
@media screen and (max-width: 32em) {
  .sportHeader {
    font-size: 1.5em !important;
  }
}
@media screen and (max-width: 25em) {
  .sportHeader .logo {
    display: none !important;
  }
  .sportHeader .ftn-logo {
    display: none !important;
  }
}
/*# sourceMappingURL=mobile.style.css.map */</pre></body></html>