<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Do not show sidebars on move
 */
#sidebar {
  display: none !important;
}

#left-area {
  width: 100% !important;
  padding: 0 0 !important;
}

#main-content .container {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
#main-content .container:before {
  width: 0 !important;
}

.et_post_meta_wrapper {
  display: none !important;
}
</pre></body></html>