html {
  min-width: auto;
}
body.in-game {
  margin: 0;
  div#mainContent {
    margin-top: 0;
    padding: 87px 0 18px 0;
  }
  .mainArea {
    max-width: 980px;
    width: auto;
  }
  .centerCol {
    width: 100%;
    max-width: 672px;
    margin: auto;
    float: none;
  }
  .centerCol2 {
    width: 100%;
    max-width: 980px;
    margin-left: 0;
    box-sizing: border-box;
    .postBody img {
      max-width: 100%;
    }
  }
  table#topics,
  #chromeFixIssue140762 {
    width: 100% !important;
    max-width: 885px;
  }
  div.subjectBar {
    width: auto;
    max-width: 885px;
  }
  div.postContainer {
    width: auto;
    & > div:nth-of-type(2) {
      width: calc(100% - 140px);
    }
  }
  #topbar,
  #menunav,
  .rightCol,
  #topnav,
  #new-registration {
    display: none;
  }
  footer,
  .footer,
  #footer {
    width: auto;
  }
}
