<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.logo {
  height: 5em;
}
a.fill-div {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
}
a.index_link {
  text-decoration: none;
  color: var(--link-color);
}
.flex_container {
  background: var(--index_flex_container_background);
}
.flex_container.header {
  margin-bottom: 0;
}
.flex_container.header.game_style_header &gt; .flex_title {
  width: 100%;
  display: flex;
}
.flex_container.header.game_style_header &gt; .flex_title &gt; span {
  flex: 1;
}
.flex_container.header.game_style_header &gt; .flex_title &gt; span:nth-child(2) {
  text-align: center;
}
.flex_container.header.game_style_header &gt; .flex_title &gt; span:nth-child(3) {
  text-align: right;
  padding-right: 1em;
}
.flex_container.header.game_style_header &gt; .flex_title &gt; span:nth-child(3) &gt; a {
  text-decoration: none;
  color: var(--link-color);
  font-size: 0.5em;
}
.flex_container.custom_header_module {
  margin-bottom: 0;
  min-height: 19em;
  max-height: 19em;
  background-image: linear-gradient(to top, black 5%, #384047 99%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
  align-items: center;
  justify-content: center;
}
.flex_container.custom_header_module &gt; .flex_item.header_logo {
  text-align: right;
  max-width: 38%;
}
.flex_container.custom_header_module &gt; .flex_item.header_logo &gt; .logo {
  height: 10em;
}
.flex_container.custom_header_module &gt; .flex_item.header_text {
  font-family: "Lato Black", "Arial Black", sans-serif;
  text-transform: uppercase;
}
.flex_container.custom_header_module &gt; .flex_item.header_text &gt; .t1 {
  font-weight: bold;
  font-size: 3.5em;
}
.flex_container.custom_header_module &gt; .flex_item.header_text &gt; .t2 {
  font-size: 1.7em;
}
.flex_container.custom_header_module &gt; .flex_item.header_text &gt; .t3 {
  font-weight: bold;
  font-size: 4.7em;
}
.flex_container.footer {
  text-align: center;
}
.flex_container &gt; .flex_title {
  font-size: 2em;
  font-weight: bold;
  max-height: 2.3em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.flex_container .flex_item &gt; .flex_footer {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
}
.flex_container .flex_item &gt; .flex_footer &gt; div {
  flex: 1;
}
.flex_container.header_module {
  min-height: 19em;
  background-image: url(/frontend/img/nfc/hero-image-football-text.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
}
.flex_container.sports_module {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: center;
}
.flex_container.sports_module &gt; .flex_item {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.flex_container.sports_module &gt; .flex_item &gt; .sportbox {
  margin-bottom: 0.8em;
  text-align: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 19em;
  width: 25em;
}
.flex_container.sports_module &gt; .flex_item &gt; .sportbox[data-sport='football'] {
  background-image: url(/frontend/img/nfc/FootballTile.png);
}
.flex_container.sports_module &gt; .flex_item &gt; .sportbox[data-sport='baseball'] {
  background-image: url(/frontend/img/nfc/BaseballTile.png);
}
.flex_container.sports_module &gt; .flex_item &gt; .sportbox[data-sport='basketball'] {
  background-image: url(/frontend/img/nfc/BasketballTile.png);
}
.flex_container.sports_module &gt; .flex_item &gt; .sportbox &gt; .sportbox_logo {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  height: 6em;
  width: 6em;
  margin: 1em 2em;
  position: absolute;
}
.flex_container.sports_module &gt; .flex_item &gt; .sportbox &gt; .sportbox_logo[data-sport='football'] {
  background-image: var(--nffc-logo-url);
}
.flex_container.sports_module &gt; .flex_item &gt; .sportbox &gt; .sportbox_logo[data-sport='baseball'] {
  background-image: var(--nfbc-logo-url);
}
.flex_container.sports_module &gt; .flex_item &gt; .sportbox &gt; .sportbox_logo[data-sport='basketball'] {
  background-image: var(--nfbkc-logo-url);
}
.flex_container.sports_module &gt; .flex_item &gt; .sportbox &gt; .sportbox_text {
  flex: 1;
  color: white;
  position: relative;
  text-transform: uppercase;
  left: 50%;
  transform: translate(-50%, 0);
  top: 60%;
}
.flex_container.sports_module &gt; .flex_item &gt; .sportbox &gt; .sportbox_text &gt; div {
  font-weight: bold;
}
.flex_container.sports_module &gt; .flex_item &gt; .sportbox &gt; .sportbox_text &gt; div:nth-child(1) {
  font-size: 3.5em;
}
.flex_container.sports_module &gt; .flex_item &gt; .sportbox &gt; .sportbox_text &gt; div:nth-child(2) {
  font-size: 2em;
}
.flex_container.sports_module &gt; .flex_item &gt; .sportbox &gt; .flex_row {
  padding: 0.5em;
}
.flex_container.sports_module &gt; .flex_item &gt; .flex_footer &gt; div {
  margin: 0 0.5em;
  color: var(--main-text-color);
}
.flex_container.sports_module &gt; .flex_item &gt; .flex_footer &gt; div:nth-child(1) {
  border: 1px solid var(--border-color);
  padding: 0.3em 1.2em;
  background: var(--tr-color);
  border-radius: 0.2em;
  font-size: 0.9em;
}
.flex_container.game_styles {
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.flex_container.game_styles &gt; .flex_item.game_style {
  min-height: 15em;
  min-width: 27em;
  max-width: 27em;
  margin: 0.5em;
  border-radius: 0.3em;
  box-shadow: 0 1px 3px var(--box-shadow-color);
  display: flex;
  flex-flow: column;
  align-items: stretch;
  background: white;
  color: black;
  padding: 0;
}
.flex_container.game_styles &gt; .flex_item.game_style &gt; div {
  flex: 1;
  min-height: 5em;
}
.flex_container.game_styles &gt; .flex_item.game_style &gt; .style_header {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  background-color: #d9d9d9;
}
.flex_container.game_styles &gt; .flex_item.game_style &gt; .style_header &gt; img {
  width: 100%;
}
.flex_container.game_styles &gt; .flex_item.game_style &gt; .style_header &gt; img.logo {
  height: 7em;
  padding: 0.5em;
}
.flex_container.game_styles &gt; .flex_item.game_style &gt; .style_header &gt; img.banner {
  height: 8em;
  border-bottom: 1px solid #ccc;
}
.flex_container.game_styles &gt; .flex_item.game_style &gt; .style_info {
  display: flex;
  margin-bottom: 0;
  flex-flow: row;
  align-items: stretch;
}
.flex_container.game_styles &gt; .flex_item.game_style &gt; .style_info &gt; .styleinfo_row {
  flex: 1;
  padding: 0.5em;
}
.flex_container.game_styles &gt; .flex_item.game_style &gt; .style_info &gt; .styleinfo_row:nth-child(1) {
  font-weight: bold;
  font-size: 1.5em;
  width: 66%;
  white-space: nowrap;
}
.flex_container.game_styles &gt; .flex_item.game_style &gt; .style_info &gt; .styleinfo_row:nth-child(2) {
  font-size: 0.9em;
  text-align: right;
}
.flex_container.game_styles &gt; .flex_item.game_style &gt; .styleactions {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
}
.flex_container.game_styles &gt; .flex_item.game_style &gt; .styleactions &gt; .styleactions_item {
  flex: 1;
}
.flex_container.game_styles &gt; .flex_item.game_style &gt; .styleactions &gt; .styleactions_item:nth-child(1) {
  overflow-y: auto;
  max-height: 6em;
  font-size: 0.9em;
  padding: 0.5em;
}
.flex_container.game_styles &gt; .flex_item.game_style &gt; .styleactions &gt; .styleactions_item:nth-child(2) {
  text-align: center;
}
.flex_container.game_styles &gt; .flex_item.game_style &gt; .styleactions &gt; .styleactions_item:nth-child(2) &gt; .btn {
  width: 13em;
  text-align: center;
  padding: 0.7em 0 0.7em 0;
  font-size: 0.8em;
  border-radius: 0.5em;
}
.flex_container.game_styles &gt; .flex_item.game_style &gt; .styleactions &gt; .styleactions_item:nth-child(2) &gt; .btn[data-sport='football'] {
  background-color: var(--nffc-color);
}
.flex_container.game_styles &gt; .flex_item.game_style &gt; .styleactions &gt; .styleactions_item:nth-child(2) &gt; .btn[data-sport='baseball'] {
  background-color: var(--nfbc-color);
}
.flex_container.game_styles &gt; .flex_item.game_style &gt; .styleactions &gt; .styleactions_item:nth-child(2) &gt; .btn[data-sport='basketball'] {
  background-color: var(--nfbkc-color);
}
.flex_container.lobby_module {
  min-height: 25em;
  max-height: 25em;
}
.flex_container.lobby_module &gt; .lobby_container {
  display: flex;
  flex-flow: column;
  background: transparent;
  overflow-x: auto;
  width: 100%;
}
.flex_container.lobby_module &gt; .lobby_container &gt; .lobby_item {
  flex: 1;
  background: var(--tr-color);
  margin: 0.2em;
  padding: 0.5em;
  border-radius: 0.3em;
  min-height: 5em;
  display: flex;
  flex-flow: row;
  border: 1px solid var(--border-color);
  box-shadow: 0 1px 3px var(--box-shadow-color);
}
.flex_container.lobby_module &gt; .lobby_container &gt; .lobby_item:hover {
  background-color: var(--tr-hover-color);
}
.flex_container.lobby_module &gt; .lobby_container &gt; .lobby_item &gt; .lobby_item_column {
  flex: 1;
  display: flex;
  flex-flow: column;
}
.flex_container.lobby_module &gt; .lobby_container &gt; .lobby_item &gt; .lobby_item_column &gt; div {
  flex: 1;
}
.flex_container.lobby_module &gt; .lobby_container &gt; .lobby_item &gt; .lobby_item_column:nth-child(1) {
  max-width: 40%;
}
.flex_container.lobby_module &gt; .lobby_container &gt; .lobby_item &gt; .lobby_item_column:nth-child(1) &gt; div {
  padding: 0.2em;
}
.flex_container.lobby_module &gt; .lobby_container &gt; .lobby_item &gt; .lobby_item_column:nth-child(1) &gt; div &gt; span {
  font-size: 0.7em;
  border: 1px solid var(--border-color);
  border-radius: 0.4em;
  padding: 0.2em 1em;
  margin-right: 0.6em;
}
.flex_container.lobby_module &gt; .lobby_container &gt; .lobby_item &gt; .lobby_item_column:nth-child(1) &gt; div &gt; .fa {
  padding-right: 0.2em;
}
.flex_container.lobby_module &gt; .lobby_container &gt; .lobby_item &gt; .lobby_item_column:nth-child(1) &gt; div:nth-child(1) {
  display: flex;
  align-items: center;
  padding-right: 0;
  padding-left: 2.1em;
  background-size: 1.3em;
  background-repeat: no-repeat;
  background-position: 0.5em center;
}
.flex_container.lobby_module &gt; .lobby_container &gt; .lobby_item &gt; .lobby_item_column:nth-child(1) &gt; div:nth-child(1)[data-sport='racing'] {
  background-image: var(--racing-icon-url);
}
.flex_container.lobby_module &gt; .lobby_container &gt; .lobby_item &gt; .lobby_item_column:nth-child(1) &gt; div:nth-child(1)[data-sport='football'] {
  background-image: var(--football-icon-url);
}
.flex_container.lobby_module &gt; .lobby_container &gt; .lobby_item &gt; .lobby_item_column:nth-child(1) &gt; div:nth-child(1)[data-sport='baseball'] {
  background-image: var(--baseball-icon-url);
}
.flex_container.lobby_module &gt; .lobby_container &gt; .lobby_item &gt; .lobby_item_column:nth-child(1) &gt; div:nth-child(1)[data-sport='basketball'] {
  background-image: var(--basketball-icon-url);
}
.flex_container.lobby_module &gt; .lobby_container &gt; .lobby_item &gt; .lobby_item_column:nth-child(1) &gt; div:nth-child(2) {
  font-weight: bold;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.flex_container.lobby_module &gt; .lobby_container &gt; .lobby_item &gt; .lobby_item_column:nth-child(1) &gt; div:nth-child(3) {
  font-size: 0.8em;
}
.flex_container.lobby_module &gt; .lobby_container &gt; .lobby_item &gt; .lobby_item_column:nth-child(1) &gt; div:nth-child(4) {
  font-size: 0.8em;
  font-style: italic;
}
.flex_container.lobby_module &gt; .lobby_container &gt; .lobby_item &gt; .lobby_item_column:nth-child(2) {
  flex-flow: row;
  align-items: center;
}
.flex_container.lobby_module &gt; .lobby_container &gt; .lobby_item &gt; .lobby_item_column:nth-child(2) &gt; .lobby_item_info {
  text-align: left;
}
.flex_container.lobby_module &gt; .lobby_container &gt; .lobby_item &gt; .lobby_item_column:nth-child(2) &gt; .lobby_item_info &gt; div:nth-child(2) {
  font-size: 0.6em;
  text-transform: uppercase;
  padding-top: 1em;
}
.flex_container.lobby_module &gt; .lobby_container &gt; .lobby_item &gt; .lobby_item_column:nth-child(2) &gt; div:last-child {
  text-align: right;
}
.flex_container.lobby_module &gt; .lobby_container &gt; .lobby_item &gt; .lobby_item_column:nth-child(3) {
  flex-flow: row;
  align-items: center;
  text-align: center;
}
.flex_container.lobby_module &gt; .lobby_container &gt; .lobby_item &gt; .lobby_item_column:nth-child(3) &gt; div &gt; .btn {
  padding: 1em 4em 1em 4em;
}
.flex_container.howtoadp_module {
  min-height: 15em;
}
.flex_container.howtoadp_module &gt; .flex_item &gt; .howtoplay {
  display: flex;
  flex-flow: column;
}
.flex_container.howtoadp_module &gt; .flex_item &gt; .howtoplay &gt; .flex_item {
  flex: 1;
  display: flex;
  flex-flow: column;
}
.flex_container.howtoadp_module &gt; .flex_item &gt; .howtoplay &gt; .flex_item &gt; div {
  flex: 1;
}
.flex_container.howtoadp_module &gt; .flex_item &gt; .howtoplay &gt; .flex_item &gt; div:nth-child(1) {
  font-size: 1.6em;
}
.flex_container.howtoadp_module &gt; .flex_item &gt; .howtoplay &gt; .flex_item &gt; div:nth-child(2) {
  font-size: 0.9em;
}
.flex_container.howtoadp_module &gt; .flex_item &gt; .adp {
  background: var(--table-background-color);
}
.flex_container.howtoadp_module &gt; .flex_item &gt; .adp &gt; .flex_item &gt; .flex_row {
  display: flex;
  flex-flow: row;
  padding: 0.5em;
}
.flex_container.howtoadp_module &gt; .flex_item &gt; .adp &gt; .flex_item &gt; .flex_row &gt; div {
  flex: 1 1 0;
  width: 0;
  white-space: nowrap;
  padding-right: 0.5em;
}
.flex_container.howtoadp_module &gt; .flex_item &gt; .adp &gt; .flex_item &gt; .flex_row &gt; div:nth-child(1) {
  max-width: 8%;
}
.flex_container.howtoadp_module &gt; .flex_item &gt; .adp &gt; .flex_item &gt; .flex_row &gt; div:nth-child(2) {
  min-width: 40%;
}
.flex_container.howtoadp_module &gt; .flex_item &gt; .adp &gt; .flex_item &gt; .flex_row &gt; div:nth-last-child(1) {
  text-align: right;
}
.flex_container.podcast_module {
  min-height: 20em;
}
.flex_container.podcast_module &gt; .flex_item &gt; .podcast_description {
  flex-flow: column;
  align-items: stretch;
  height: 17em;
}
.flex_container.podcast_module &gt; .flex_item &gt; .podcast_description &gt; .flex_item {
  flex: 1;
}
.flex_container.podcast_module &gt; .flex_item &gt; .podcast_section {
  width: 100%;
  height: 100%;
}
.flex_container.podcast_module &gt; .flex_item &gt; .podcast_section &gt; .podcast_section_video &gt; .play-youtube-video {
  width: 100%;
  height: 100%;
}
.flex_container.big_checks_module {
  min-height: 25em;
}
.flex_container.big_checks_module &gt; .flex_item &gt; .bigchecks_collage {
  display: flex;
  flex-flow: column;
}
.flex_container.big_checks_module &gt; .flex_item &gt; .bigchecks_collage &gt; div {
  flex: 1;
}
.flex_container.big_checks_module &gt; .flex_item &gt; .bigchecks_collage &gt; .collage_items {
  display: flex;
  flex-wrap: wrap;
}
.flex_container.big_checks_module &gt; .flex_item &gt; .bigchecks_collage &gt; .collage_items &gt; .polaroid {
  margin: 0.2em;
  flex: 1;
  background-size: cover;
  background-repeat: no-repeat;
  min-width: 12em;
  min-height: 12em;
}
.flex_container.big_checks_module &gt; .big_image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  margin-top: 1em;
  min-height: 20em;
}
#gs_module_overlay {
  position: fixed;
  inset: 0px;
  background-color: rgba(58, 56, 56, 0.48);
  z-index: 1000;
  display: none;
}
#gs_module_overlay &gt; #gs_module {
  position: absolute;
  top: 4%;
  left: 40px;
  right: 40px;
  bottom: unset;
  border: 0px;
  background: #edeef0;
  overflow: auto;
  border-radius: 4px;
  outline: none;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  max-width: 1300px;
  height: auto;
  max-height: 90%;
  min-height: 90%;
}
#gs_module_overlay &gt; #gs_module &gt; #gs_module_content {
  background: #eee;
  min-height: 40em;
  color: var(--popout_text_color);
  width: 100%;
}
#gs_module_overlay &gt; #gs_module &gt; #gs_module_content &gt; .gs_module_close {
  display: flex;
  flex-flow: row;
  color: #fff;
  padding: 12px;
  background-color: #d9d9d9;
  cursor: pointer;
}
#gs_module_overlay &gt; #gs_module &gt; #gs_module_content &gt; .gs_module_close[data-sport='football'] {
  background-color: var(--nffc-color);
}
#gs_module_overlay &gt; #gs_module &gt; #gs_module_content &gt; .gs_module_close[data-sport='baseball'] {
  background-color: var(--nfbc-color);
}
#gs_module_overlay &gt; #gs_module &gt; #gs_module_content &gt; .gs_module_close[data-sport='basketball'] {
  background-color: var(--nfbkc-color);
}
#gs_module_overlay &gt; #gs_module &gt; #gs_module_content &gt; .gs_module_close &gt; span {
  flex: 1;
  text-align: right;
}
#gs_module_overlay &gt; #gs_module &gt; #gs_module_content &gt; .gs_module_close &gt; .gs_module_title_logo {
  width: 4em;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/frontend/img/logos/nfc.svg);
}
#gs_module_overlay &gt; #gs_module &gt; #gs_module_content &gt; .gs_module_close &gt; .gs_module_title_logo[data-sport='football'] {
  background-image: url(/frontend/img/logos/nffc.svg);
}
#gs_module_overlay &gt; #gs_module &gt; #gs_module_content &gt; .gs_module_close &gt; .gs_module_title_logo[data-sport='baseball'] {
  background-image: url(/frontend/img/logos/nfbc.svg);
}
#gs_module_overlay &gt; #gs_module &gt; #gs_module_content &gt; .gs_module_close &gt; .gs_module_title_logo[data-sport='basketball'] {
  background-image: url(/frontend/img/logos/nfbkc.svg);
}
#gs_module_overlay &gt; #gs_module &gt; #gs_module_content &gt; .gs_module_close &gt; .gs_module_title {
  flex: 1;
  text-align: left;
  display: flex;
  flex-flow: column;
}
#gs_module_overlay &gt; #gs_module &gt; #gs_module_content &gt; .gs_module_close &gt; .gs_module_title &gt; .gs_module_title_contest {
  flex: 1;
  font-weight: bold;
  font-size: 1.5em;
}
#gs_module_overlay &gt; #gs_module &gt; #gs_module_content &gt; .gs_module_close &gt; .gs_module_title &gt; .gs_module_title_sub_text {
  flex: 1;
  font-size: 0.9em;
  white-space: nowrap;
}
#gs_module_overlay &gt; #gs_module &gt; #gs_module_content &gt; #gs_module_details {
  padding: 1em;
}
#gs_module_overlay &gt; #gs_module &gt; #gs_module_content &gt; #gs_module_details &gt; div {
  margin-bottom: 1em;
}
#gs_module_overlay &gt; #gs_module &gt; #gs_module_content &gt; #gs_module_details &gt; .gs_module_header {
  color: #a3a2a0;
}
#gs_module_overlay &gt; #gs_module &gt; #gs_module_content &gt; #gs_module_details &gt; .gs_module_description {
  background-color: #ffffff;
  padding: 0.5em;
  color: #706e6f;
}
#gs_module_overlay &gt; #gs_module &gt; #gs_module_content &gt; #gs_module_details &gt; .gs_module_contests {
  background-color: #ffffff;
  padding: 0.5em;
  color: #706e6f;
}
#gs_module_overlay &gt; #gs_module &gt; #gs_module_content &gt; #gs_module_details &gt; .gs_module_contests &gt; .game_row {
  display: flex;
  flex-flow: row;
  background: #edeef0;
  justify-content: left;
  align-items: center;
  padding: 0.5em;
  margin: 0.2em;
  font-size: 0.8em;
}
#gs_module_overlay &gt; #gs_module &gt; #gs_module_content &gt; #gs_module_details &gt; .gs_module_contests &gt; .game_row &gt; div {
  flex: 1;
  white-space: nowrap;
}
#gs_module_overlay &gt; #gs_module &gt; #gs_module_content &gt; #gs_module_details &gt; .gs_module_contests &gt; .game_row &gt; div:nth-child(1) {
  min-width: 25%;
}
#gs_module_overlay &gt; #gs_module &gt; #gs_module_content &gt; #gs_module_details &gt; .gs_module_contests &gt; .game_row &gt; div:nth-child(2) {
  text-align: right;
}
#gs_module_overlay &gt; #gs_module &gt; #gs_module_content &gt; #gs_module_details &gt; .gs_module_contests &gt; .game_row &gt; div:nth-child(3) {
  text-align: right;
}
#gs_module_overlay &gt; #gs_module &gt; #gs_module_content &gt; #gs_module_details &gt; .gs_module_contests &gt; .game_row &gt; div:nth-child(4) {
  text-align: right;
}
#gs_module_overlay &gt; #gs_module &gt; #gs_module_content &gt; #gs_module_details &gt; .gs_module_contests &gt; .game_row &gt; div:nth-child(5) {
  min-width: 25%;
  text-align: right;
}
#gs_module_overlay &gt; #gs_module &gt; #gs_module_content &gt; #gs_module_details &gt; .gs_module_contests &gt; .game_row &gt; div:nth-child(5) &gt; .btn {
  margin: 0.2em;
}
#gs_module_overlay &gt; #gs_module &gt; #gs_module_content &gt; #gs_module_details &gt; .gs_module_contests &gt; .game_row_header {
  background-color: #ffffff;
  color: black;
  font-weight: bold;
}
@media screen and (max-width: 67em) {
  .custom_header_module {
    min-height: 0 !important;
    flex-direction: column-reverse;
  }
  .custom_header_module &gt; .flex_item.header_logo &gt; .logo {
    height: 6em !important;
  }
  .custom_header_module &gt; .flex_item.header_text {
    text-align: center !important;
  }
  .custom_header_module &gt; .flex_item.header_text &gt; .t1 {
    font-size: 2.5em !important;
  }
  .custom_header_module &gt; .flex_item.header_text &gt; .t2 {
    font-size: 1em !important;
  }
  .custom_header_module &gt; .flex_item.header_text &gt; .t3 {
    font-size: 2.7em !important;
  }
  #gs_module_overlay &gt; #gs_module {
    top: 4%;
    bottom: 4%;
    left: 20px;
    right: 20px;
    width: 700px;
  }
  .flex_container.sports_module &gt; .flex_item &gt; .sportbox {
    height: 16em;
    width: 21em;
  }
  .flex_container.sports_module &gt; .flex_item &gt; .sportbox &gt; .sportbox_text &gt; div:nth-child(1) {
    font-size: 2em;
  }
  .flex_container.sports_module &gt; .flex_item &gt; .sportbox &gt; .sportbox_text &gt; div:nth-child(2) {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 45em) {
  .game_styles {
    flex-wrap: nowrap !important;
    padding: 0;
  }
  .game_styles &gt; .game_style {
    min-width: 0 !important;
  }
  .lobby_module {
    max-height: none !important;
  }
  .lobby_module &gt; .lobby_container {
    overflow-x: auto;
  }
  .lobby_module &gt; .lobby_container &gt; .lobby_item,
  .lobby_module &gt; .lobby_container .lobby_item_feature {
    flex-flow: row !important;
    flex-wrap: wrap !important;
    margin: 0.2em !important;
    font-size: 0.9em !important;
    min-height: 7em !important;
  }
  .lobby_module &gt; .lobby_container &gt; .lobby_item &gt; .lobby_item_column &gt; div:nth-child(1),
  .lobby_module &gt; .lobby_container .lobby_item_feature &gt; .lobby_item_column &gt; div:nth-child(1) {
    min-height: 1em;
  }
  .lobby_module &gt; .lobby_container &gt; .lobby_item &gt; .lobby_item_column:nth-child(1),
  .lobby_module &gt; .lobby_container .lobby_item_feature &gt; .lobby_item_column:nth-child(1) {
    max-width: 100% !important;
    flex: 1;
    order: 1;
  }
  .lobby_module &gt; .lobby_container &gt; .lobby_item &gt; .lobby_item_column:nth-child(2),
  .lobby_module &gt; .lobby_container .lobby_item_feature &gt; .lobby_item_column:nth-child(2) {
    flex: 0 0 100%;
    order: 3;
    display: flex;
    flex-flow: row !important;
    flex-wrap: wrap !important;
  }
  .lobby_module &gt; .lobby_container &gt; .lobby_item &gt; .lobby_item_column:nth-child(2) &gt; div.lobby_item_info,
  .lobby_module &gt; .lobby_container .lobby_item_feature &gt; .lobby_item_column:nth-child(2) &gt; div.lobby_item_info {
    text-align: center;
    font-size: 0.8em;
    border-top: 1px solid rgba(185, 196, 203, 0.4);
    padding-top: 0.5em;
  }
  .lobby_module &gt; .lobby_container &gt; .lobby_item &gt; .lobby_item_column:nth-child(2) &gt; div.lobby_item_info &gt; :nth-child(2),
  .lobby_module &gt; .lobby_container .lobby_item_feature &gt; .lobby_item_column:nth-child(2) &gt; div.lobby_item_info &gt; :nth-child(2) {
    padding: 0;
  }
  .lobby_module &gt; .lobby_container &gt; .lobby_item &gt; .lobby_item_column:nth-child(3),
  .lobby_module &gt; .lobby_container .lobby_item_feature &gt; .lobby_item_column:nth-child(3) {
    flex: 1;
    order: 2;
    max-width: 20%;
  }
  .lobby_module &gt; .lobby_container &gt; .lobby_item &gt; .lobby_item_column:nth-child(3) &gt; div &gt; .btn,
  .lobby_module &gt; .lobby_container .lobby_item_feature &gt; .lobby_item_column:nth-child(3) &gt; div &gt; .btn {
    padding: 0.3em 1em !important;
    font-size: 0.8em;
    border-radius: 0.3em;
  }
  .sports_module &gt; .flex_item &gt; .sportbox &gt; img {
    height: 15em !important;
  }
  #gs_module_overlay &gt; #gs_module {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 100%;
    width: 100%;
  }
  #gs_module_overlay &gt; #gs_module &gt; #gs_module_content &gt; #gs_module_details &gt; .gs_module_contests &gt; .game_row {
    flex-wrap: wrap;
  }
  #gs_module_overlay &gt; #gs_module &gt; #gs_module_content &gt; #gs_module_details &gt; .gs_module_contests &gt; .game_row &gt; div:nth-child(3),
  #gs_module_overlay &gt; #gs_module &gt; #gs_module_content &gt; #gs_module_details &gt; .gs_module_contests &gt; .game_row &gt; div:nth-child(4) {
    display: none;
  }
  #gs_module_overlay &gt; #gs_module &gt; #gs_module_content &gt; #gs_module_details &gt; .gs_module_contests &gt; .game_row &gt; div:nth-last-child(1) {
    flex: 0 0 100%;
    margin-top: 0.5em;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
  }
  #gs_module_overlay &gt; #gs_module &gt; #gs_module_content &gt; #gs_module_details &gt; .gs_module_contests &gt; .game_row &gt; div:nth-last-child(1) &gt; .btn {
    flex: 1;
  }
}
/*# sourceMappingURL=index_new.css.map */</pre></body></html>