/* Match account and creation content edges to the works page without touching chrome or tabs. */
#appPanel #accountView,
#appPanel #studioView,
body.studio-manual-mode #appPanel #studioView {
  width: calc(100% + 20px) !important;
  max-width: calc(100% + 20px) !important;
  margin-right: -10px !important;
  margin-left: -10px !important;
  padding-right: 4px !important;
  padding-left: 4px !important;
  box-sizing: border-box !important;
  overflow-x: hidden !important;
}

@media (max-width: 360px) {
  #appPanel #accountView,
  #appPanel #studioView,
  body.studio-manual-mode #appPanel #studioView {
    width: calc(100% + 20px) !important;
    max-width: calc(100% + 20px) !important;
    margin-right: -10px !important;
    margin-left: -10px !important;
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
}
