body.wide-item #bodycontent {
  width: 100%;
  float: none;
  margin: auto;
}

body.wide-item #bodyshell {
  border-left: 0px none;
  width: 100%;
  margin: auto;
}

body.wide-item #itemarea {
  display: flex;
}
body.wide-item .fitem-left {
  width: 520px;
  flex: 0 0 520px;
}
