<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 425.98px) {
  .grid-section .row aside .datafactory-widget {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.datafactory-widget {
  /*   position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;*/
}
.datafactory-widget iframe {
  width: 1px;
  min-width: 100%;
  *width: 100%;
  border: none;
}
.datafactory-widget.ticker-container {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10000;
  height: 54px;
}
.datafactory-widget.ticker-container .ticker {
  height: 54px;
}
.datafactory-sidebar-standings iframe {
  height: 280px;
}
.datafactory-sidebar-scores iframe {
  height: 280px;
}
.datafactory-widget.live-match {
  display: none;
}</pre></body></html>