.filters_vanilla {
  margin: 1em;
}
.mobile_filter_link {
  display: none;
}
.mobile_view_filters {
  display: block;
}
.mobile_view_filters > 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 > #page {
    padding-bottom: 2.5em;
  }
  #mobile_short_nav {
    display: flex;
    display: none;
    flex-flow: row nowrap;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 499;
    background: var(--variable-collection-NFC-royal-blue-500);
    text-align: center;
  }
  #mobile_short_nav > a {
    flex: 1;
    color: white;
    padding: 0.5em 0.5em 1em 0.5em;
    text-decoration: none;
  }
  #mobile_short_nav > a:hover {
    color: #ddd;
  }
  #mobile_short_nav > a > i {
    font-size: 1.38em;
  }
  #mobile_short_nav > a > div {
    font-size: 0.6em;
    white-space: nowrap;
  }
  .sportHeader .logo {
    display: none !important;
  }
  .sportHeader .header_logo {
    display: none !important;
  }
  .sportHeader .ftn-logo {
    display: none !important;
  }
}
@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;
    border-radius: 44px;
    margin-bottom: 0.5em;
    background: var(--variable-collection-NFC-royal-blue-500);
    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 {
    padding: 0.5em;
    min-height: 10em;
  }
  #dialog.mobile_dialog .mobile_view_filters > div {
    display: block;
    padding-bottom: 1em;
  }
  #dialog.mobile_dialog .mobile_view_filters > div > select {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
  }
  #dialog.mobile_dialog .mobile_view_filters > div > form#download_form > 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-left: 1em;
  }
  .ftn-logo {
    max-width: 4em !important;
  }
  .ftn-tagline {
    display: none !important;
  }
}
@media screen and (max-width: 32em) {
  .sportHeader {
    font-size: 1.5em !important;
  }
}
/*# sourceMappingURL=mobile.style.css.map */