<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#container_TDEvolutionMobile {
  width: 320px;
  height: 700px;
  margin: 0 auto;
  display: block;
}

@media (min-width: 960px) {
  #container_TDEvolutionMobile {
    display: none;
  }
}
</pre></body></html>